Exporting Data

From: guilherme <guilherme(at)quirius(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Exporting Data
Date: 2013-06-20 12:33:55
Message-ID: 1371731635772-5760108.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to get some information in database and export it.

Is there a way to make PostgreSQL to export one data line to a new file?
Like this:
1 FIRST LINE --> line1.txt;
2 SECOND LINE --> line2.txt;
3 THIRD LINE --> line3.txt
...
and so...

I know that I can import all information into a unique file, but I need to
split that information into severel files.
I've already searched in everything and didn't find a solution.

Can anybody help?

Thanks in advance.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Exporting-Data-tp5760108.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2013-06-20 12:52:21 Re: Postgres DB crashing
Previous Message Amit Langote 2013-06-20 11:32:48 Re: Archiving and recovering pg_stat_tmp