Re: clients and libs and versions (oh my)

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: clients and libs and versions (oh my)
Date: 2006-08-09 04:58:18
Message-ID: 20060809045818.GA22329@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Aug 08, 2006 at 02:22:56PM -0700, Steve Crawford wrote:
> When version mismatches between the client and server are inevitable,
> what is less likely to get me into trouble - clients/libs newer than
> server or server newer than clients/libs?

Note that you can in theory install multiple versions of the client
libraries. People have posted here on the list about setting up aliases
to switch between versions.

$ pg7.4
$ psql
... runs psql version 7.4 ..
$ pg8.1
$ psql
... runs psql version 8.1 ...

That way, if version skew is bothering you, you can jump out and use
the matching client version for the best results...

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mavinakuli, Prasanna (STSD) 2006-08-09 07:16:39 Syslog v/s filename in pg_ctl command
Previous Message Mavinakuli, Prasanna (STSD) 2006-08-09 04:42:08 Re: Too many open files from postgres.