File: README

package info (click to toggle)
postgis 2.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 75,792 kB
  • sloc: ansic: 139,314; sql: 136,281; xml: 48,954; sh: 4,906; perl: 4,509; makefile: 2,897; python: 1,198; yacc: 441; cpp: 305; lex: 132
file content (13 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13

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>