From: | Christopher Sawtell <csawtell(at)xtra(dot)co(dot)nz> |
---|---|
To: | "<No Name>" <bobmarley4u2c(at)yahoo(dot)com>, pgsql-sql(at)postgresql(dot)org |
Subject: | Re: SQL Query Results |
Date: | 2001-01-25 05:37:58 |
Message-ID: | 01012518375801.32491@berty |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
On Wed, 24 Jan 2001 18:02, wrote:
> I want to show a certain person the commands I type and the query results,
> and I want to save them in a file. I tried \e filename and \E filename and
> its not working. Can someone please help me??
I don't know if this is available on your particular machine but you could try
using the 'script' command just before you start psql. When you have done
that which you wish the "certain person" to see, exit psql in the normal way
with a '\q', and then exit the script command with an 'exit'
man script
for the full details.
have fun.
--
Sincerely etc.,
NAME Christopher Sawtell
CELL PHONE 021 257 4451
ICQ UIN 45863470
EMAIL csawtell @ xtra . co . nz
CNOTES ftp://ftp.funet.fi/pub/languages/C/tutorials/sawtell_C.tar.gz
-->> Please refrain from using HTML or WORD attachments in e-mails to me <<--
From | Date | Subject | |
---|---|---|---|
Next Message | Markus Wagner | 2001-01-25 10:12:34 | "'" in SQL INSERT statement |
Previous Message | Tom Lane | 2001-01-25 04:53:29 | Re: Rule not invoked in 7.1 |