Re: Writing Result to Disk (psql)

From: "Len Morgan" <len-morgan(at)crcom(dot)net>
To: <ryan(at)paymentalliance(dot)net>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Writing Result to Disk (psql)
Date: 2001-05-14 22:02:38
Message-ID: 004101c0dcc1$af61e080$0908a8c0@H233.bstx.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>Is it possible to write the result of a SELECT statement to disk from
>psql?

\o <filename>
<SELECT STATEMENT>
\o

Make sure you provide a complete path to the <filename> so you can find it
later! :-)

len morgan

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-05-14 22:09:07 Re: Writing Result to Disk (psql)
Previous Message Stephan Szabo 2001-05-14 21:53:25 Re: Problem with referential integrity and inherited tables in 7.1.1