-- -- PostgreSQL database dump -- -- Dumped from database version 11.6 (Debian 11.6-1.pgdg90+1) -- Dumped by pg_dump version 11.6 (Debian 11.6-1.pgdg90+1) -- Started on 2019-12-28 00:38:51 UTC 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; -- -- TOC entry 5 (class 2615 OID 2200) -- Name: public; Type: SCHEMA; Schema: -; Owner: - -- CREATE SCHEMA public; -- -- TOC entry 4782 (class 0 OID 0) -- Dependencies: 5 -- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: - -- COMMENT ON SCHEMA public IS 'standard public schema'; SET default_tablespace = ''; SET default_with_oids = false; -- -- TOC entry 198 (class 1259 OID 16585) -- Name: foo; Type: TABLE; Schema: public; Owner: - -- CREATE TABLE public.foo ( id integer NOT NULL );