postgis/extras/template_gis/README
2006-05-31 06:43:12 +00:00

14 lines
586 B
Plaintext

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>