Re: sql dump

From: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
To: Scott Frankel <frankel(at)circlesfx(dot)com>, PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: sql dump
Date: 2010-07-26 16:11:31
Message-ID: 482E80323A35A54498B8B70FF2B879800465B3CA7A@azsmsx504.amr.corp.intel.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Maybe with a stored procedure that reads metadata plus data and spits everything out in sql-form to stdout somehow. plperl might be a good language choice.

-----Original Message-----
From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Scott Frankel
Sent: Monday, July 26, 2010 11:59 AM
To: PostgreSQL List
Subject: [GENERAL] sql dump

Hi all,

Is it possible to perform an SQL Dump without using pg_dump?

I have a special case situation wherein my application has access to a
remotely-hosted PG (8.3) database, but does not have access to its
admin tools. (There's a longer backstory here that I'm happy to
explain if necessary.) I'm looking for an efficient way to dump all
the data in the DB without having to SELECT * on each table.

Thanks in advance!
Scott

In response to

  • sql dump at 2010-07-26 15:58:59 from Scott Frankel

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2010-07-26 16:18:50 Re: sql dump
Previous Message Ian Barwick 2010-07-26 16:09:49 Re: sql dump