sql dump

From: Scott Frankel <frankel(at)circlesfx(dot)com>
To: PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: sql dump
Date: 2010-07-26 15:58:59
Message-ID: 407EB315-6936-4090-947E-1F1888C871D8@circlesfx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vincenzo Romano 2010-07-26 16:01:31 Re: sql dump
Previous Message Samuel Gilbert 2010-07-26 15:01:34 Re: Blocked inserts on tables with FK to tables for which UPDATE has been revoked