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?