Re: Relation "pg_relcheck" - Mailing list pgsql-sql

From Tom Lane
Subject Re: Relation "pg_relcheck"
Date
Msg-id 6288.1046293754@sss.pgh.pa.us
Whole thread Raw
In response to Re: Relation "pg_relcheck"  (Tilo Schwarz <mail@tilo-schwarz.de>)
Responses Re: Relation "pg_relcheck"  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Tilo Schwarz
Date:
Subject: Re: Relation "pg_relcheck"
Next
From: "Grignon Etienne"
Date:
Subject: pgsql problem