Re: [GENERAL] libpq compatibility

2013-02-12 Thread Daniele Varrazzo
On Tue, Feb 12, 2013 at 10:19 AM, Philipp Kraus wrote: > Hello, > > I'm using PG 9.2.2 with Qt for accessing the server. If I compile Qt with the > 9.2.2 libpg, can I use this libpg also with eg 8.3 ? > So can I use the libpg with earlier Postgres database versions? Yes, you can use the most rec

[GENERAL] libpq compatibility

2013-02-12 Thread Philipp Kraus
Hello, I'm using PG 9.2.2 with Qt for accessing the server. If I compile Qt with the 9.2.2 libpg, can I use this libpg also with eg 8.3 ? So can I use the libpg with earlier Postgres database versions? Thanks Phil -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make c

Re: [GENERAL] libpq: compatibility with server versions

2010-03-15 Thread Vick Khera
On Mon, Mar 15, 2010 at 11:25 AM, fka...@googlemail.com wrote: > May I, the other way round, assume from your reply that > there is neither a disadvantage nor a compatibility issue > when I stick to libpq 8.2 (not upgrading to 8.4) but update > the *server* to 8.4? > The 8.2 client library will s

Re: [GENERAL] libpq: compatibility with server versions

2010-03-15 Thread fka...@googlemail.com
Vick Khera: > On Sat, Mar 13, 2010 at 4:33 PM, fka...@googlemail.com > wrote: > > I am using libpq 8.2.4 (and my own wrapper around it) for a > > long time now. Due to some performance penalties I would > > like to upgrade to 8.4.x libpq. > > > > What gives you the impression that updating the c

Re: [GENERAL] libpq: compatibility with server versions

2010-03-15 Thread Vick Khera
On Sat, Mar 13, 2010 at 4:33 PM, fka...@googlemail.com wrote: > I am using libpq 8.2.4 (and my own wrapper around it) for a > long time now. Due to some performance penalties I would > like to upgrade to 8.4.x libpq. > What gives you the impression that updating the client library will improve yo

Re: [GENERAL] libpq: compatibility with server versions

2010-03-15 Thread Albe Laurenz
Felix wrote: > I am using libpq 8.2.4 (and my own wrapper around it) for a > long time now. Due to some performance penalties I would > like to upgrade to 8.4.x libpq. > > Is it o.k. if I upgraded my libpq to the newer 8.4 > libraries but would still connect to old 8.2 servers? > > Are there any

[GENERAL] libpq: compatibility with server versions

2010-03-13 Thread fka...@googlemail.com
Hi all, I am using libpq 8.2.4 (and my own wrapper around it) for a long time now. Due to some performance penalties I would like to upgrade to 8.4.x libpq. Is it o.k. if I upgraded my libpq to the newer 8.4 libraries but would still connect to old 8.2 servers? Are there any compatibility issues