Re: Redirecting query's output to a textfile?

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Redirecting query's output to a textfile?
Дата
Msg-id 20020215165925.GA2025@wolff.to
обсуждение исходный текст
Ответ на Redirecting query's output to a textfile?  (Peter Peltonen <peter.peltonen@fivetec.com>)
Список pgsql-general
On Fri, Feb 15, 2002 at 06:11:08PM +0200,
  Peter Peltonen <peter.peltonen@fivetec.com> wrote:
>
> A basic question:
>
> How in PostgreSQL do I redirect the output of an SQL query to a textfile?

Assuming you are talking about doing this in psql, the answer is to use:
\o filename
\? will provide help on the other psql \ commands.

В списке pgsql-general по дате отправления:

Предыдущее
От: Kaare Rasmussen
Дата:
Сообщение: Re: Report generation
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: Any troubleshooting techniques