Re: Queries to Export

From: "Chandra Sekhar Surapaneni" <chandu(at)positivenetworks(dot)net>
To: "Warren Murray" <murray_warren(at)bah(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Queries to Export
Date: 2006-02-16 22:54:01
Message-ID: 0F7F9A82BB0DBB4396A9F8386D0E0612ACCFB8@pos-exch1.corp.positivenetworks.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"\o filename";
"select your_query_goes_here;"
"\o"

This should do the trick. Basically \o will start writing the results to
the file.
"\?" will give you help for such psql commands.

Regards
Chandra Sekhar Surapaneni

-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of Warren Murray
Sent: Thursday, February 16, 2006 4:42 PM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] Queries to Export

I need to export the results of several union and join queries from a
PostgreSQL database tables into text files. How is that done since the
results is not in a table?

Warren

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message operationsengineer1 2006-02-17 01:04:47 Re: Version 8.1
Previous Message Warren Murray 2006-02-16 22:41:58 Queries to Export