From: | Durai raj <mail_714(at)yahoo(dot)co(dot)uk> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | psql -E option is not working in 7.4.2 like 7.3.4 |
Date: | 2004-05-20 10:49:46 |
Message-ID: | 20040520104946.26109.qmail@web25206.mail.ukl.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello All,
I built the latest postgresql 7.4.2 in HPUX PA.
The command "psql -E <databasename>", is not give the
output like in 7.3.4.
In Postgresql 7.3.4, it gives the following output:
$ echo "select * from db5;" | psql -E test
********* QUERY **********
BEGIN; SELECT usesuper FROM pg_catalog.pg_user WHERE
usename = 'postgres';
COMMIT
**************************
name | age
------------+-----
James | 25
(1 row)
But in Postgresql 7.4.2,
$ echo "select * from db5;" | psql -E test
name | age
------------+-----
James | 25
(1 row)
Why it gives diffferent output from previous version?
Regs,
Raj.
____________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
From | Date | Subject | |
---|---|---|---|
Next Message | Carlos Oliva | 2004-05-20 14:12:53 | Re: Settings for autovacuum for batch uploading of data? |
Previous Message | Durai | 2004-05-20 10:41:36 | psql -E is not working in 7.4.2 like 7.3.4 |