From: | Ugly Hippo <ugly_hippo(at)yahoo(dot)ca> |
---|---|
To: | pgsql-novice(at)postgresql(dot)org, Patrick Hatcher <PHatcher(at)macys(dot)com> |
Subject: | Re: Export query result to text file? |
Date: | 2002-04-04 23:18:40 |
Message-ID: | 20020404231840.88154.qmail@web21205.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
Make it a two line query with the semi-colon on the
second line.
Troy
--- denis(at)coralindia(dot)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(at)macys(dot)com>
> To: <pgsql-novice(at)postgresql(dot)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(at)postgresql(dot)org)
______________________________________________________________________
Music, Movies, Sports, Games! http://entertainment.yahoo.ca
From | Date | Subject | |
---|---|---|---|
Next Message | PGMailList | 2002-04-05 10:03:39 | Re: identity columns ? |
Previous Message | Chris | 2002-04-04 22:32:06 | identity |