Re: SQL Comments

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Greg Copeland <greg(at)CopelandConsulting(dot)Net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgresSQL General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: SQL Comments
Date: 2002-08-09 22:55:16
Message-ID: Pine.LNX.4.44.0208092155230.927-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Copeland writes:

> Don't know about you, but IMHO, typing something like "\v" (or some such
> flag) is a a heck of a lot easier than pulling a string from my back
> pocket, ":VERSION" (where ever that came from), and knowing that there
> is a function called version() which I have to select from to obtain the
> back-end version.

If we put the psql version in the welcome screen, half of this argument is
obsolete. And select version() is rather common knowledge. Rather than
creating new ways to invoke the same functionality that only differ in the
number of keystrokes, let's do something genuinely better, such as issuing
a warning if the versions mismatch.

--
Peter Eisentraut peter_e(at)gmx(dot)net

Browse pgsql-general by date

  From Date Subject
Next Message Benj 2002-08-10 00:41:45 Referencing pg_user
Previous Message Nigel J. Andrews 2002-08-09 22:20:12 Re: oid's and primary keys on insert