Re: Export query result to text file? - Mailing list pgsql-novice

From Ugly Hippo
Subject Re: Export query result to text file?
Date
Msg-id 20020404231840.88154.qmail@web21205.mail.yahoo.com
Whole thread Raw
In response to Re: Export query result to text file?  (denis@coralindia.com)
List pgsql-novice
Make it a two line query with the semi-colon on the
second line.

Troy


--- denis@coralindia.com wrote:
>
> It works.... fine but creates a file "test.txt;" and
> not "test.txt"
>
> If you do not give semicolon at the end, then it
> waits for it and if you
> give it, it adds that in filename.
>
> HTH
>
> Denis
>
>
>
> ----- Original Message -----
> From: "Patrick Hatcher" <PHatcher@macys.com>
> To: <pgsql-novice@postgresql.org>
> Sent: Thursday, March 28, 2002 4:10 AM
> Subject: [NOVICE] Export query result to text file?
>
>
> > Howdy,
> > I'm trying to use a query to export some data.  My
> file is created, but no
> > data is available.  If I run the query without
> exporting, it works fine.
> > Select * from table1 limit 100 \o
> /home/phatcher/test.txt;
> >
> > must I always route the file first and then do my
> query?
> > Thanks
> >
> > Patrick Hatcher
> > Macys.Com
> > Legacy Integration Developer
> > 415-932-0610 office
> > HatcherPT - AIM
> >
> >
> >
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the
> unregister command
>     (send "unregister YourEmailAddressHere" to
majordomo@postgresql.org)


______________________________________________________________________
Music, Movies, Sports, Games! http://entertainment.yahoo.ca

pgsql-novice by date:

Previous
From: "Chris"
Date:
Subject: identity
Next
From: "PGMailList"
Date:
Subject: Re: identity columns ?