Re: Relation "pg_relcheck"

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Relation "pg_relcheck"
Дата
Msg-id 6288.1046293754@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Relation "pg_relcheck"  (Tilo Schwarz <mail@tilo-schwarz.de>)
Ответы Re: Relation "pg_relcheck"  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-sql
Tilo Schwarz <mail@tilo-schwarz.de> writes:
> Because this sort of questions appears quite often, I was wondering, if the 
> start up message of psql could be changed from 
>   Welcome to psql 7.4devel, the PostgreSQL interactive terminal.
> to something like
>   Welcome to psql 7.4devel, the PostgreSQL interactive terminal.
>   Connected to PostgreSQL <put version here>.
> to make it easier to catch these errors.

I'm not eager to add yet another hidden query cycle to the connection
startup overhead, especially not one that does nothing for people who
aren't making mistakes ;-).  What's been in the back of my mind is that
when we redesign the FE/BE protocol (real soon now, I hope) we should
extend the backend's first message to the frontend to include its
version number, as well as any other useful info we can think of
(database encoding and default client encoding come to mind).  This
would make it quite inexpensive to add the backend version to psql's
banner, as well as be a net savings in startup time now that libpq only
comes in a multibyte-enabled version.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Tilo Schwarz
Дата:
Сообщение: Re: Relation "pg_relcheck"
Следующее
От: "Grignon Etienne"
Дата:
Сообщение: pgsql problem