Re: exporting table to txt

Поиск
Список
Период
Сортировка
От Poul L. Christiansen
Тема Re: exporting table to txt
Дата
Msg-id 3A62CCB6.4030201@cs.auc.dk
обсуждение исходный текст
Ответ на exporting table to txt  (Marcos <marcos@second.ival.es>)
Список pgsql-general
Use the pg_dump utility.

pg_dump -t MyTable MyDatabase>MyFile.sql

See also "man pg_dump".

Poul L. Christiansen

Marcos wrote:

> hi,
>
>     i would like to make some changes in the configuration of the fields
> from a table so my first doubt is concerning to keep the info safe. how
> can i export data from my table into a text file separated with tabs?
>
> thanks in advance,
>
> marcos
>
> --
> m a r c o s @ i v a l . e s



В списке pgsql-general по дате отправления:

Предыдущее
От: Marcos
Дата:
Сообщение: exporting table to txt
Следующее
От: Michael Ansley
Дата:
Сообщение: RE: Re: 'Tuple is too big' Error