root/trunk/derived/biengeo/update.template_postgis.sql @ 12789
1 |
BEGIN; |
---|---|
2 |
|
3 |
CREATE EXTENSION IF NOT EXISTS postgis; |
4 |
UPDATE pg_database SET datistemplate = true WHERE datname = 'template_postgis'; |
5 |
|
6 |
COMMIT; |
7 |
|