Changes between Initial Version and Version 1 of Ticket #14604
- Timestamp:
- Nov 2, 2010, 11:41:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14604
- Property Keywords gis added
- Property Triage Stage Unreviewed → Accepted
-
Ticket #14604 – Description
initial v1 3 3 The following script is functional: 4 4 5 {{{ 5 6 #!/usr/bin/env bash 6 7 POSTGIS_SQL_PATH=/usr/share/postgresql/8.4/contrib/postgis-1.5 … … 12 13 psql -d template_postgis -c "GRANT ALL ON geometry_columns TO PUBLIC;" # Enabling users to alter spatial tables. 13 14 psql -d template_postgis -c "GRANT ALL ON spatial_ref_sys TO PUBLIC;" 15 }}} 14 16 15 Note the updated path and the renamed lwpostgis.sql > postgis.sql17 Note the updated path and the renamed `lwpostgis.sql > postgis.sql`