working
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@67 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
722d04f1f5
commit
4091dea6b2
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
pg_dump -f structure.dump.sql -F p -s -h 141.30.228.39 -U losinshi wetter
|
pg_dump -f structure.dump.sql -C -F p -s -h 141.30.228.39 -U losinshi wetter
|
||||||
|
pg_dump -f structure.dump -C -F t -s -h 141.30.228.39 -U losinshi wetter
|
||||||
pg_dump -f test_data.dump -F p -Z 9 -a -h 141.30.228.39 -U losinshi wetter
|
pg_dump -f test_data.dump -F p -Z 9 -a -h 141.30.228.39 -U losinshi wetter
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -7,6 +7,19 @@ SET check_function_bodies = false;
|
||||||
|
|
||||||
SET SESSION AUTHORIZATION 'postgres';
|
SET SESSION AUTHORIZATION 'postgres';
|
||||||
|
|
||||||
|
--
|
||||||
|
-- TOC entry 2 (OID 0)
|
||||||
|
-- Name: wetter; Type: DATABASE; Schema: -; Owner: postgres
|
||||||
|
--
|
||||||
|
|
||||||
|
CREATE DATABASE wetter WITH TEMPLATE = template0 ENCODING = 'SQL_ASCII';
|
||||||
|
|
||||||
|
|
||||||
|
\connect wetter postgres
|
||||||
|
|
||||||
|
SET client_encoding = 'SQL_ASCII';
|
||||||
|
SET check_function_bodies = false;
|
||||||
|
|
||||||
--
|
--
|
||||||
-- TOC entry 4 (OID 2200)
|
-- TOC entry 4 (OID 2200)
|
||||||
-- Name: public; Type: ACL; Schema: -; Owner: postgres
|
-- Name: public; Type: ACL; Schema: -; Owner: postgres
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue