Re: [despammed] Select dump

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: [despammed] Select dump
Дата
Msg-id 20050511133432.GJ30549@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Select dump  (SG Edwards <s0460205@sms.ed.ac.uk>)
Ответы Re: [despammed] Select dump  (John DeSoi <desoi@pgedit.com>)
Список 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 по дате отправления:

Предыдущее
От: SG Edwards
Дата:
Сообщение: Select dump
Следующее
От: John DeSoi
Дата:
Сообщение: Re: [despammed] Select dump