Re: exporting table to txt - Mailing list pgsql-general

From Poul L. Christiansen
Subject Re: exporting table to txt
Date
Msg-id 3A62CCB6.4030201@cs.auc.dk
Whole thread Raw
In response to exporting table to txt  (Marcos <marcos@second.ival.es>)
List 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 by date:

Previous
From: Marcos
Date:
Subject: exporting table to txt
Next
From: Michael Ansley
Date:
Subject: RE: Re: 'Tuple is too big' Error