Re: [HACKERS] Version number in psql banner

2005-09-01 Thread Michael Fuhr
On Thu, Sep 01, 2005 at 11:34:37PM -0500, Jim C. Nasby wrote: > As a side note, there's a typo in \?: > > \c[onnect] [DBNAME|- [USER]] > > Note the | where there should be a ]. Eh? Looks right to me; the | indicates an alternate, i.e., that you can use either DBNAME or -. I often use - to co

Re: [HACKERS] Version number in psql banner

2005-09-01 Thread Jim C. Nasby
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 <[EMAIL PROTECTED]> writes: > > > Yes I've seen the same frustration from users, I think the banner should > > > say > > > something along the lines of "psql cli

Re: [HACKERS] Version number in psql banner

2005-09-01 Thread aly . dharshi
On Thu, 1 Sep 2005, Darcy Buskermolen wrote: 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" I second this, I think that something like "psl client version 8.03 connected

Re: [HACKERS] Version number in psql banner

2005-09-01 Thread Simon Riggs
On Thu, 2005-09-01 at 14:53 -0400, Tom Lane wrote: > Darcy Buskermolen <[EMAIL PROTECTED]> 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" > > Th

Re: [HACKERS] Version number in psql banner

2005-09-01 Thread Tom Lane
Darcy Buskermolen <[EMAIL PROTECTED]> 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 versio

Re: [HACKERS] Version number in psql banner

2005-09-01 Thread Darcy Buskermolen
On Thursday 01 September 2005 08:30, Peter Eisentraut wrote: > A release or two ago we added the version number to the psql welcome > banner. I noticed that quite a few people interpret that as the server > version. Somehow, the explicit display of the version numbers leads them to > make inference

Re: [HACKERS] Version number in psql banner

2005-09-01 Thread Josh Berkus
Peter, > A release or two ago we added the version number to the psql welcome > banner. I noticed that quite a few people interpret that as the server > version. Somehow, the explicit display of the version numbers leads them to > make inferences that they would otherwise not bother about. Has an

Re: [HACKERS] Version number in psql banner

2005-09-01 Thread Alvaro Herrera
On Thu, Sep 01, 2005 at 05:30:34PM +0200, Peter Eisentraut wrote: > A release or two ago we added the version number to the psql welcome banner. > I noticed that quite a few people interpret that as the server version. > Somehow, the explicit display of the version numbers leads them to make >

[HACKERS] Version number in psql banner

2005-09-01 Thread Peter Eisentraut
A release or two ago we added the version number to the psql welcome banner. I noticed that quite a few people interpret that as the server version. Somehow, the explicit display of the version numbers leads them to make inferences that they would otherwise not bother about. Has anyone else