Re: How to dump data from database? - Mailing list pgsql-general

From go
Subject Re: How to dump data from database?
Date
Msg-id 15118565468.20050404131120@ugnn.ru
Whole thread Raw
In response to Re: How to dump data from database?  (Michael Fuhr <mike@fuhr.org>)
Responses Re: How to dump data from database?
Re: How to dump data from database?
List pgsql-general
 I would like to "pg_dump -Fc MyDataBase>archiv.dat"  ( maybe there is
any SQL command or something else) .
in case with COPY command I have to copy each table one by one.

 And pls one small question - what query will return me a list
 of tables in database ( \l - works only in psql)?

 Thanks!

MF> On Mon, Apr 04, 2005 at 11:18:08AM +0400, go wrote:
>>
>>  Tell me please is there any way to dump data from current session
>>  (instead of using pg_dump) ?

MF> What exactly are you trying to do?  Will COPY (or psql's \copy) do
MF> what you want?


pgsql-general by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: How to dump data from database?
Next
From: pck
Date:
Subject: