prole/prole-db/init_prole_app.sql
2025-07-29 14:04:10 -07:00

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;