Re: Queries to Export - Mailing list pgsql-novice

From Sean Davis
Subject Re: Queries to Export
Date
Msg-id 000601c63364$151d3660$6601a8c0@WATSON
Whole thread Raw
In response to Queries to Export  ("Warren Murray" <murray_warren@bah.com>)
List pgsql-novice
Look at using in psql:

\o filename
SQL QUERY(IES)
\o

Sean


----- Original Message -----
From: "Warren Murray" <murray_warren@bah.com>
To: <pgsql-novice@postgresql.org>
Sent: Thursday, February 16, 2006 5:41 PM
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
>


pgsql-novice by date:

Previous
From:
Date:
Subject: Re: Version 8.1
Next
From: Arnaud Lesauvage
Date:
Subject: Index usage btree+gist ?