1 |
2620
|
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 |
2623
|
aaronmk
|
-- Name: py_functions; Type: SCHEMA; Schema: -; Owner: bien
|
14 |
2620
|
aaronmk
|
--
|
15 |
|
|
|
16 |
|
|
CREATE SCHEMA py_functions;
|
17 |
|
|
|
18 |
|
|
|
19 |
2623
|
aaronmk
|
ALTER SCHEMA py_functions OWNER TO bien;
|
20 |
|
|
|
21 |
2620
|
aaronmk
|
--
|
22 |
|
|
-- PostgreSQL database dump complete
|
23 |
|
|
--
|