Project

General

Profile

1 2980 aaronmk
--
2
-- PostgreSQL database dump
3
--
4
5
SET statement_timeout = 0;
6
SET client_encoding = 'UTF8';
7
SET standard_conforming_strings = off;
8
SET check_function_bodies = false;
9
SET client_min_messages = warning;
10
SET escape_string_warning = off;
11
12
--
13
-- Name: temp; Type: SCHEMA; Schema: -; Owner: -
14
--
15
16
CREATE SCHEMA temp;
17
18
19
--
20
-- PostgreSQL database dump complete
21
--