Project

General

Profile

1 11496 psarando
BEGIN;
2
3
CREATE EXTENSION IF NOT EXISTS postgis;
4
UPDATE pg_database SET datistemplate = true WHERE datname = 'template_postgis';
5
6
COMMIT;