Re: Unable to dump database using pg_dump - Mailing list pgsql-general

From Tom Lane
Subject Re: Unable to dump database using pg_dump
Date
Msg-id 10893.1213289746@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unable to dump database using pg_dump  (Adam Dear <adear@usnx.net>)
List pgsql-general
Adam Dear <adear@usnx.net> writes:
> Let me ask this question.  Is there any other option for moving data
> from one server to another that doesn't involve pg_dump?  If I can get
> the data out of this server, and onto my new one I don't care if the old
> server gets fixed.  I just need the data.  The new server already has
> the table structure, I just need the most current data to put into the
> server.

Well, you could just manually COPY data out of the tables you care
about.

            regards, tom lane

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Unable to dump database using pg_dump
Next
From: Adam Dear
Date:
Subject: Re: Unable to dump database using pg_dump