Re: sql dump

From: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>
To: Scott Frankel <frankel(at)circlesfx(dot)com>
Cc: PostgreSQL List <pgsql-general(at)postgresql(dot)org>
Subject: Re: sql dump
Date: 2010-07-26 16:01:31
Message-ID: AANLkTikqH-wb0zNPENy6V3UV1xiV67kz9c_q7p3QDmqm@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2010/7/26 Scott Frankel <frankel(at)circlesfx(dot)com>:
>
> 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

You can use COPY but you won't easily have the DDL, just the data.

--
Vincenzo Romano
NotOrAnd Information Technologies
NON QVIETIS MARIBVS NAVTA PERITVS

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 Raymond O'Donnell 2010-07-26 16:04:59 Re: sql dump
Previous Message Scott Frankel 2010-07-26 15:58:59 sql dump