Skip to content
Snippets Groups Projects
Select Git revision
  • dev
  • sabine_177-endpoint-timeseries_merged-is-available
  • testing
  • swt-project-filtering
  • master default protected
  • cherry-pick-1d0d89dc
  • sabine_issue169-netcdf-output-format-has-been-added-to-data-endpoint
  • sabine_issue153-tool-for-automatic-ontology-creation
  • 114-api-pages-make-use-of-redoc
  • search_function_filters
  • 141-cleanup-repo
  • ontology
  • paging_test
  • sabine_#52_webdo3seAPI
  • roll_out
15 results

toardb_v2_dump_postgres13postgis3.sql

Blame
  • 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';