-- -- PostgreSQL database dump -- -- Dumped from database version 10devel -- Dumped by pg_dump version 10devel SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SET check_function_bodies = false; SET client_min_messages = warning; SET row_security = off; SET search_path = public, pg_catalog; SET default_tablespace = ''; SET default_with_oids = false; -- -- Name: t_pglist; Type: TABLE; Schema: public; Owner: postgres -- CREATE TABLE t_pglist ( id integer, sent timestamp without time zone, subject text, author text, body_plain text, fts tsvector ); ALTER TABLE t_pglist OWNER TO postgres; -- -- PostgreSQL database dump complete --