Re: Query result to a file

Поиск
Список
Период
Сортировка
От Christian Poecher
Тема Re: Query result to a file
Дата
Msg-id 41193F32.2090106@gmx.net
обсуждение исходный текст
Ответ на Query result to a file  (Eduardo Vázquez Rodríguez<evazquez@insys-corp.com.mx>)
Ответы Re: Query result to a file  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-novice
Eduardo Vázquez Rodríguez wrote:
> Someone suggested in this list that I redirect the output of the query
> using the "query" > file, but my intention is that the new file must be
> on the client side.

Actually Oliver used a client side approach. postmaster is the usual
server process and psql one possible client. psql -h HOSTNAME starts the
client process, if you are remote. You might have to compile psql for
your client system, though.

HTH, chris

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

Предыдущее
От: Ron St-Pierre
Дата:
Сообщение: Re: DISTINCT ordering
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: What constitutes a pgsql session?