• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Aug-2020-

MakefileH A D15-Aug-20201.9 KiB6447

READMEH A D15-Aug-2020586 149

createdb.postgis.1H A D15-Aug-20202.2 KiB8483

createdb.postgis.inH A D15-Aug-2020859 3219

mktemplate_gis.1H A D15-Aug-20204 KiB134133

mktemplate_gis.inH A D15-Aug-20202.4 KiB6855

mktemplate_gis.sh.inH A D15-Aug-2020176 167

postgis_env.sh.inH A D15-Aug-20201.4 KiB6754

postgres_lib.sh.inH A D15-Aug-20204.5 KiB126112

profileH A D15-Aug-20201,006 3122

rmtemplate_gis.1H A D15-Aug-20202.1 KiB9089

rmtemplate_gis.inH A D15-Aug-2020850 3020

rmtemplate_gis.sh.inH A D15-Aug-2020151 156

README

1
2This program suite create a template database for working with Postgis geometries.
3
4It requires to be run by root, or by PostgreSQL superuser (DBA), or by the
5cluster owner, but once created, any user with createdb permissions can create
6spatial enabled databases with createdb.postgis.
7The privileges on the initial objects in the created databases will be granted
8to the user defined upon the template creation.
9
10For usage, see manual pages mktemplate_gis, rmtemplate_gis, and createdb.postgis
11
12AUTHORS:
13Alex Bodnaru <alexbodn@012.net.il>, Roberto Boati <roberto.boati@gmail.com>
14