Re: Query result to a file - Mailing list pgsql-novice

From Christian Poecher
Subject Re: Query result to a file
Date
Msg-id 41193F32.2090106@gmx.net
Whole thread Raw
In response to Query result to a file  (Eduardo Vázquez Rodríguez<evazquez@insys-corp.com.mx>)
Responses Re: Query result to a file
List 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 by date:

Previous
From: Ron St-Pierre
Date:
Subject: Re: DISTINCT ordering
Next
From: Bruce Momjian
Date:
Subject: Re: What constitutes a pgsql session?