Re: psql -E option is not working in 7.4.2 like 7.3.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Durai raj <mail_714(at)yahoo(dot)co(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql -E option is not working in 7.4.2 like 7.3.4
Date: 2004-05-20 14:29:32
Message-ID: 748.1085063372@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?iso-8859-1?q?Durai=20raj?= <mail_714(at)yahoo(dot)co(dot)uk> writes:
> The command "psql -E <databasename>", is not give the
> output like in 7.3.4.

-E shows the queries internally generated by psql. The fact that these
change from version to version should not surprise you.

In this particular case, psql now has another mechanism to find out
whether you are superuser, and so it doesn't need to issue a query.
(This was part of a general effort to reduce connection startup
overhead.)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2004-05-20 14:30:22 Re: Settings for autovacuum for batch uploading of data?
Previous Message Carlos Oliva 2004-05-20 14:12:53 Re: Settings for autovacuum for batch uploading of data?