Wich release version is suitable?
am 10.12.2005 04:15:22 von Kathy Lo
QXJlIHRoZSBmaXJzdCAyIGRpZ2l0IGluIHRoZSB2ZXJzaW9uIG9mIHBzcWxv
ZGJjIGRyaXZlciBtZWFucyB0aGUKdmVyc2lvbiBvZiBQb3N0Z3Jlc3FsIHRo
YXQgdGhlIG9kYmMgZHJpdmVyIHN1cHBvcnQ/CgpJIGFtIHVzaW5nIFBvc3Rn
cmVzcWwgOC4wLjMsIHdoaWNoIHJlbGVhc2UgdmVyc2lvbiBvZiBwc3Fsb2Ri
YyBkcml2ZXIKc291cmNlIGNvZGUgZm9yIExpbnV4IHNob3VsZCBJIHVzZSB0
byBhY2Nlc3MgdGhlIFBvc3RncmVzcWw/CgotLQpLYXRoeSBMbwoKLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tKGVuZCBvZiBicm9hZGNhc3QpLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tClRJUCA1OiBkb24ndCBmb3JnZXQgdG8g
aW5jcmVhc2UgeW91ciBmcmVlIHNwYWNlIG1hcCBzZXR0aW5ncwo=
Re: Wich release version is suitable?
am 10.12.2005 18:46:27 von Andreas
Kathy Lo wrote:
>Are the first 2 digit in the version of psqlodbc driver means the
>version of Postgresql that the odbc driver support?
>
>
No. Not in a strict exclusive way at least.
As far as I know it's just a version number that mirrors what you can
expect.
So the 7.xx driver knows less than the 8.xx version. Still a 7.xx driver
can talk to a 8.xx server but won't support every feature that a later
driver would.
I'm by far no expert in this matter though. ;)
>I am using Postgresql 8.0.3, which release version of psqlodbc driver
>source code for Linux should I use to access the Postgresql?
>
>
The newest of course.
The latest "official release" is 8.01.01.01 which has still some issues
that are allready patched in recent snapshots.
Thanks to Ludek and Dave there is currently a lot of work going on so
you might say the driver improves every day.
BTW is your ODBC client running on Linux, too?
You only need psqlODBC on the client machine, not on the server.
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
Re: Wich release version is suitable?
am 10.12.2005 19:15:32 von Dave Page
=20
> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org=20
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Andreas
> Sent: 10 December 2005 17:46
> To: Kathy Lo
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Wich release version is suitable?
>=20
> Kathy Lo wrote:
>=20
> >Are the first 2 digit in the version of psqlodbc driver means the
> >version of Postgresql that the odbc driver support?
> >
> >
> No. Not in a strict exclusive way at least.
> As far as I know it's just a version number that mirrors what you can=20
> expect.
> So the 7.xx driver knows less than the 8.xx version. Still a=20
> 7.xx driver=20
> can talk to a 8.xx server but won't support every feature=20
> that a later=20
> driver would.
> I'm by far no expert in this matter though. ;)
That's about right :-) The first two pairs of digits (currently 08.01)
track the current PostgreSQL version in a bid guide people as to what
was current and when. It's in pairs as that's what the ODBC spec
requires.
The last four digits are the build number. Starting with the *next*
release, anything ending in 00 is a release version, anything else is a
snapshot.
> >I am using Postgresql 8.0.3, which release version of psqlodbc driver
> >source code for Linux should I use to access the Postgresql?
> >
> >
> The newest of course.
> The latest "official release" is 8.01.01.01 which has still=20
> some issues=20
> that are allready patched in recent snapshots.
08.01.0102 is the latest - guess you missed that email :-)
> Thanks to Ludek and Dave there is currently a lot of work going on so=20
> you might say the driver improves every day.
Yeah - we're releasing development snapshots on the pgFoundry site if
you do get hit by any issues you might want to try one of those. It's
not advised unless there is a fix for a specific bug you are
experiencing though.
Regards, Dave.
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings