Re: Query result to a file

From: Christian Poecher <Poecher(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Query result to a file
Date: 2004-08-10 21:33:38
Message-ID: 41193F32.2090106@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ron St-Pierre 2004-08-10 23:16:33 Re: DISTINCT ordering
Previous Message Andrew Hammond 2004-08-10 19:53:05 Re: DISTINCT ordering