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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql -E option is not working in 7.4.2 like 7.3.4
Дата
Msg-id 748.1085063372@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql -E option is not working in 7.4.2 like 7.3.4  (Durai raj <mail_714@yahoo.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: "Carlos Oliva"
Дата:
Сообщение: Re: Settings for autovacuum for batch uploading of data?
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Settings for autovacuum for batch uploading of data?