2024-10-01 14:59:53 +02:00

5 lines
121 B
SQL
Executable File

\c geodata
CREATE SCHEMA IF NOT EXISTS test1;
CREATE SCHEMA IF NOT EXISTS test2;
CREATE EXTENSION IF NOT EXISTS postgis;