Re: v7.3.1 psql against a v7.2.x database ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: greg(at)turnstep(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: v7.3.1 psql against a v7.2.x database ...
Date: 2003-01-22 21:28:05
Message-ID: 24295.1043270885@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

greg(at)turnstep(dot)com writes:
> I'd support making psql 7.3 and forward be aware of the backend they
> are connecting to, and support them being able to work against all 7.3+
> servers, but I still fail to see the pressing need for a backward-compatible
> version when the correct one is always shipped with the server.

The scenario where it's valuable involves multiple machines: if you
connect to another machine that is running an older Postgres, it'd be
nice not to have to have a matching psql installed locally. For
example, consider someone who does development work (so has the latest
PG installed on his workstation) but also must admin a production box
with an older PG version installed there. As things currently stand,
he has to keep an extra copy of psql on his workstation to use for
talking to the production server.

But, while I see the value in it, I'm not personally prepared to put in
the work needed to make it happen.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-01-22 21:41:22 Re: WIn32 port
Previous Message Greg Copeland 2003-01-22 20:59:53 Re: [HACKERS] C++ coding assistance request for a visualisation