Project

General

Profile

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

    
(24-24/27)