Re: pgsql: Conditionally output the server version number in psql if it

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Bruce Momjian <momjian(at)svr1(dot)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Conditionally output the server version number in psql if it
Date: 2005-09-05 18:06:06
Message-ID: 2470.1125943566@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Fuhr <mike(at)fuhr(dot)org> writes:
> Note in particular the missing minor version when connecting to
> 7.3.10. Why the inconsistency, and why no dot between major and
> minor? Or did I miss that discussion?

I agree, this is pretty bogus. Cleaned up ...

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-09-05 18:59:38 pgsql: Back out prior patch and instead just suppress SubqueryScan
Previous Message Tom Lane 2005-09-05 18:05:13 pgsql: Clean up version comparison/display code, per gripe from Michael