From: | Rob Newton <robn(at)mirrabooka(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | libecpg versions and libecpg_compat |
Date: | 2010-02-05 02:49:36 |
Message-ID: | 4B6B8740.6040506@mirrabooka.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi list,
I've been building ECPG (embedded SQL/C) programs on a system with Pg
version 8.0 installed. When I tried to run them recently on version 8.4
I found that there was a libecpg library incompatibility: v8.0 uses
libecpg.so.5, whereas 8.4 uses libecpg.so.6.
Then I noticed libecpg_compat in the lib area. What is this used for?
"compat" suggests compatibility between different versions? But Pg 8.0
has libecpg_compat.so.2, whereas Pg 8.4 has libecpg_compat.so.3.
Is there some way of building with Pg v8.4 ECPG lib and running on a
system with Pg v8.0 ECPG lib? or vice versa? and is libecpg_compat
intended for that purpose?
Thanks,
Rob
From | Date | Subject | |
---|---|---|---|
Next Message | dipti shah | 2010-02-05 09:08:26 | Re: SSL connection option from client side? |
Previous Message | Tim Landscheidt | 2010-02-05 00:36:30 | Re: Verify a record has a column in a plpgsql trigger |