Select Git revision
toardb_v2_dump_postgres13postgis3.sql
-
Sabine Schröder authored
updating to postgres13postgis3: new dump file needed; updating to python3.8 (Ubuntu20.04LTS): bug in SpooledTemporaryFile
Sabine Schröder authoredupdating to postgres13postgis3: new dump file needed; updating to python3.8 (Ubuntu20.04LTS): bug in SpooledTemporaryFile
toardb_v2_dump_postgres13postgis3.sql 696.89 KiB
--
-- PostgreSQL database dump
--
-- Dumped from database version 13.2 (Ubuntu 13.2-1.pgdg20.04+1)
-- Dumped by pg_dump version 13.2 (Ubuntu 13.2-1.pgdg20.04+1)
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;
--
-- Name: postgis; Type: SCHEMA; Schema: -; Owner: toarcurator
--
CREATE SCHEMA postgis;
ALTER SCHEMA postgis OWNER TO toarcurator;
--
-- Name: tiger; Type: SCHEMA; Schema: -; Owner: toarcurator
--
CREATE SCHEMA tiger;
ALTER SCHEMA tiger OWNER TO toarcurator;
--
-- Name: tiger_data; Type: SCHEMA; Schema: -; Owner: toarcurator
--
CREATE SCHEMA tiger_data;
ALTER SCHEMA tiger_data OWNER TO toarcurator;
--
-- Name: toar_convoc; Type: SCHEMA; Schema: -; Owner: toarcurator
--
CREATE SCHEMA toar_convoc;
ALTER SCHEMA toar_convoc OWNER TO toarcurator;
--
-- Name: topology; Type: SCHEMA; Schema: -; Owner: toarcurator
--
CREATE SCHEMA topology;
ALTER SCHEMA topology OWNER TO toarcurator;
--
-- Name: SCHEMA topology; Type: COMMENT; Schema: -; Owner: toarcurator
--
COMMENT ON SCHEMA topology IS 'PostGIS Topology schema';