postgis/extras/template_gis
Sandro Santilli bda75d9701 * extras/template_gis/Makefile:
Install 'defaults' file to $(DATADIR)$(prefix)


git-svn-id: http://svn.osgeo.org/postgis/trunk@2597 b70326c6-7e19-0410-871a-916f4a2858ee
2007-03-01 08:31:44 +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 Fixed bug in PGISSCRIPT variable (provided by Alex Bodnaru) 2006-06-09 06:03:59 +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>