Re: psql -E option is not working in 7.4.2 like 7.3.4 - Mailing list pgsql-general

From Tom Lane
Subject Re: psql -E option is not working in 7.4.2 like 7.3.4
Date
Msg-id 748.1085063372@sss.pgh.pa.us
Whole thread Raw
In response to psql -E option is not working in 7.4.2 like 7.3.4  (Durai raj <mail_714@yahoo.co.uk>)
List pgsql-general
=?iso-8859-1?q?Durai=20raj?= <mail_714@yahoo.co.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

pgsql-general by date:

Previous
From: "Carlos Oliva"
Date:
Subject: Re: Settings for autovacuum for batch uploading of data?
Next
From: "Matthew T. O'Connor"
Date:
Subject: Re: Settings for autovacuum for batch uploading of data?