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