Re: Version number in psql banner

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Darcy Buskermolen <darcy(at)wavefire(dot)com>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>
Subject: Re: Version number in psql banner
Date: 2005-09-02 04:34:37
Message-ID: 20050902043437.GD20265@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Thu, Sep 01, 2005 at 11:18:25PM +0100, Simon Riggs wrote:
> On Thu, 2005-09-01 at 14:53 -0400, Tom Lane wrote:
> > Darcy Buskermolen <darcy(at)wavefire(dot)com> writes:
> > > Yes I've seen the same frustration from users, I think the banner should say
> > > something along the lines of "psql client version foo connected to server bar
> > > version sfoo"
> >
> > That seems overly verbose, particularly in the normal case where the
> > versions are indeed the same. I could live with seeing a display like
> > that when the versions are different.
>
> Thats the way Oracle sql*plus has worked for years, so its fairly
> acceptable to a great many people without too many questions.
>
> > The other question is what counts as "different" --- do we want to
> > complain like this if the minor versions are different?
>
> Which is much harder to define and could itself have a bug in it, so I
> prefer the verbose message.... its much better to know for certain every
> time.

I was going to mention that we should report server version info any
time we connect to a different server, though I guess \connect only
allows you to connect to a different database on the same server.

As a side note, there's a typo in \?:

\c[onnect] [DBNAME|- [USER]]

Note the | where there should be a ].
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com 512-569-9461

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Fuhr 2005-09-02 05:03:47 Re: Version number in psql banner
Previous Message Tom Lane 2005-09-02 04:06:26 Re: Two different defs of MAX_TUPLES_PER_PAGE

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Fuhr 2005-09-02 05:03:47 Re: Version number in psql banner
Previous Message Christopher Kings-Lynne 2005-09-02 01:16:59 Re: PL/pgSQL: EXCEPTION NOSAVEPOINT