postgis/extras/template_gis
2009-01-15 18:35:06 +00:00
..
createdb.postgis.1 Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
createdb.postgis.in Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
Makefile * extras/template_gis/Makefile: 2007-03-01 08:31:44 +00:00
mktemplate_gis.1 Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
mktemplate_gis.in Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
mktemplate_gis.sh.in Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
postgis_env.sh.in Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
postgres_lib.sh.in Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
profile Part 1 of GBT#94: Rename folders/files to be more consistent. Embed the MAJOR.MINOR version in the PostgreSQL shared library name (to allow different databases to contain different PostGIS versions) and also rename lwpostgis.sql to postgis.sql. Update documentation in various files to reflect the new names at the same time. 2009-01-15 18:35:06 +00:00
README Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
rmtemplate_gis.1 Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
rmtemplate_gis.in Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00
rmtemplate_gis.sh.in Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru. 2006-05-31 06:43:12 +00:00

This program suite create a template database for working with Postgis geometries.

It requires to be run by root, or by PostgreSQL superuser (DBA), or by the 
cluster owner, but once created, any user with createdb permissions can create 
spatial enabled databases with createdb.postgis.
The privileges on the initial objects in the created databases will be granted 
to the user defined upon the template creation.

For usage, see manual pages mktemplate_gis, rmtemplate_gis, and createdb.postgis

AUTHORS:
Alex Bodnaru <alexbodn@012.net.il>, Roberto Boati <roberto.boati@gmail.com>