| From: | Michael Meskes <meskes(at)usa(dot)net> |
|---|---|
| To: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Mixing library versions |
| Date: | 1998-11-04 08:00:20 |
| Message-ID: | 19981104090020.D288@usa.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Nov 04, 1998 at 12:09:21AM +0000, Oliver Elphick wrote:
> I'm currently experimenting with the Debian packaging of 6.4.
>
> The question arises of how to handle the change in library versions from
> 1.0 to 2.0. It has been suggested that I should keep libpq.so.1 around
> for the benefit of those who need to communicate with an older database
> server.
>
> Is it possible to use libpq.so.2.0 to query a remote database whose
> server is running PostgreSQL 6.3? What would be the consequences of
No. Let's just try /usr/local/pgsql/bin/psql(6.4) on my running 6.3 server:
Connection to database 'mm' failed.
Unsupported frontend protocol.
> using libpq.so.1 to query a 6.4 server?
Never tried that until now. But it appears to work. I hvae no idea though
where it could break things.
Michael
--
Dr. Michael Meskes | Th.-Heuss-Str. 61, D-41812 Erkelenz | Go SF49ers!
Senior-Consultant | business: Michael(dot)Meskes(at)mummert(dot)de | Go Rhein Fire!
Mummert+Partner | private: Michael(dot)Meskes(at)usa(dot)net | Use Debian
Unternehmensberatung AG | Michael(dot)Meskes(at)gmx(dot)net | GNU/Linux!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 1998-11-04 09:41:54 | problem with latest snapshot |
| Previous Message | Thomas G. Lockhart | 1998-11-04 07:45:41 | Re: [HACKERS] Warning!! |