Re: How to dump data from database?

Поиск
Список
Период
Сортировка
От go
Тема Re: How to dump data from database?
Дата
Msg-id 15118565468.20050404131120@ugnn.ru
обсуждение исходный текст
Ответ на Re: How to dump data from database?  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: How to dump data from database?  (John DeSoi <desoi@pgedit.com>)
Re: How to dump data from database?  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: How to dump data from database?
Следующее
От: pck
Дата:
Сообщение: