mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 18:34:31 +00:00
20 lines
596 B
SQL
20 lines
596 B
SQL
CREATE EXTENSION IF NOT EXISTS pgcrypto;
|
|
GRANT EXECUTE ON pgcrypto TO prole;
|
|
|
|
CREATE EXTENSION IF NOT EXISTS postgis;
|
|
GRANT EXECUTE ON postgis TO prole;
|
|
|
|
CREATE EXTENSION IF NOT EXISTS postgis_topology;
|
|
GRANT EXECUTE ON postgis_topology TO prole;
|
|
|
|
CREATE EXTENSION IF NOT EXISTS postgis_topology;
|
|
GRANT EXECUTE ON postgis_topology TO prole;
|
|
|
|
CREATE EXTENSION IF NOT EXISTS postgis_tiger_geocoder;
|
|
GRANT EXECUTE ON postgis_tiger_geocoder TO prole;
|
|
|
|
CREATE EXTENSION IF NOT EXISTS vector;
|
|
GRANT EXECUTE ON vector TO prole;
|
|
|
|
CREATE EXTENSION IF NOT EXISTS tds_fdw;
|
|
GRANT EXECUTE ON tds_fdw TO prole; |