Re: Reload only specific databases from pg_dumpall - Mailing list pgsql-general

From Andrej Ricnik-Bay
Subject Re: Reload only specific databases from pg_dumpall
Date
Msg-id b35603930802041837q7416a4b2g358ef08dddb9bdbc@mail.gmail.com
Whole thread Raw
In response to Re: Reload only specific databases from pg_dumpall  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-general
Or, for the heck of it:
sed -n -e '/DATABASE smarlowe/p' -e  '141,334p'  test.sql > clean.sql

;}



Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :}  Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

pgsql-general by date:

Previous
From: "Gurjeet Singh"
Date:
Subject: Re: Reload only specific databases from pg_dumpall
Next
From: Tom Lane
Date:
Subject: Re: Question for Postgres 8.3