Thread: how do i import my sql query result to a file

how do i import my sql query result to a file

From
Joseph Syjuco
Date:
how do i import results of my select query to a file
thanks





Re: how do i import my sql query result to a file

From
Steve Brett
Date:
\? will get you a list of the commands in psql.

Steve

> -----Original Message-----
> From: Joseph Syjuco [mailto:joseph@asti.dost.gov.ph]
> Sent: 18 July 2002 22:47
> To: pgsql-sql@postgresql.org
> Subject: [SQL] how do i import my sql query result to a file
> 
> 
> how do i import results of my select query to a file
> thanks
> 
> 
> 
> 
> ---------------------------(end of 
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org
> 


Re: how do i import my sql query result to a file

From
Robert Treat
Date:
not sure I understand the question, but from inside psql you can do:
\o FILENAME    send all query results to file or |pipe

Robert Treat

On Thu, 2002-07-18 at 17:47, Joseph Syjuco wrote:
> how do i import results of my select query to a file
> thanks
> 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
> 
> http://archives.postgresql.org





Re: how do i import my sql query result to a file

From
Ludwig Lim
Date:
--- Joseph Syjuco <joseph@asti.dost.gov.ph> wrote:
> how do i import results of my select query to a file
> thanks
> 

in the psql command prompt type
\o <filename>

and then type your select query.
The result will be dumped into <filename>

ludwig.

__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


Re: how do i import my sql query result to a file

From
Joseph Syjuco
Date:
thanks for the tips !!! actually i used \g  <filename>.  Again thanks
On Thu, 2002-07-18 at 20:34, Ludwig Lim wrote:
> 
> --- Joseph Syjuco <joseph@asti.dost.gov.ph> wrote:
> > how do i import results of my select query to a file
> > thanks
> > 
> 
> in the psql command prompt type
> \o <filename>
> 
> and then type your select query.
> The result will be dumped into <filename>
> 
> ludwig.
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly