Re: how do i import my sql query result to a file - Mailing list pgsql-sql

From Joseph Syjuco
Subject Re: how do i import my sql query result to a file
Date
Msg-id 1027098943.1861.1.camel@Askr
Whole thread Raw
In response to Re: how do i import my sql query result to a file  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
List pgsql-sql
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




pgsql-sql by date:

Previous
From: Ludwig Lim
Date:
Subject: Re: how do i import my sql query result to a file
Next
From: stefan@extum.com
Date:
Subject: id and ID in CREATE TABLE