Re: [despammed] Select dump - Mailing list pgsql-novice

From Andreas Kretschmer
Subject Re: [despammed] Select dump
Date
Msg-id 20050511133432.GJ30549@webserv.wug-glas.de
Whole thread Raw
In response to Select dump  (SG Edwards <s0460205@sms.ed.ac.uk>)
Responses Re: [despammed] Select dump  (John DeSoi <desoi@pgedit.com>)
List pgsql-novice
am  11.05.2005, um 14:15:10 +0100 mailte SG Edwards folgendes:
>
> Hi,
>
> Quick question for 10 points!
>
> Is there a way to write the output of a select query to a file (I'm on a linux
> platform)?
>
> For example:
>
> SELECT name, age, address from employee;
>
> gives the result that I want to write to a text file:

If you work with psql, you can use "\o FILE" to define a filename for
output. If you work in a shell a call psql, you can redirect the output.


Regards, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

pgsql-novice by date:

Previous
From: SG Edwards
Date:
Subject: Select dump
Next
From: John DeSoi
Date:
Subject: Re: [despammed] Select dump