Re: libpq 8.3 and 8.4 interfaces - Mailing list pgsql-general

From Bruce Momjian
Subject Re: libpq 8.3 and 8.4 interfaces
Date
Msg-id 201110111955.p9BJtut13323@momjian.us
Whole thread Raw
In response to Re: libpq 8.3 and 8.4 interfaces  (John R Pierce <pierce@hogranch.com>)
Responses Re: libpq 8.3 and 8.4 interfaces  (salah jubeh <s_jubeh@yahoo.com>)
List pgsql-general
John R Pierce wrote:
> On 10/11/11 12:42 PM, salah jubeh wrote:
> >
> > Could someone point me,  where I can find the difference between libpq
> > 8.3 and 8.4, I have seen the new features of the 8.4, but I want to
> > know  about the API interface changes
>
> open
> http://www.postgresql.org/docs/8.4/static/libpq.html
> and
> http://www.postgresql.org/docs/8.3/static/libpq.html
>
> side by side and compare each subchapter ?
>
> I don't believe there are any API 'changes' that break backwards
> compatability, but new versions might add APIs (I can't recall any such
> between 8.3 and 8.4, however).

Certainly the release notes will document any changes.  Is there
something missing?

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

pgsql-general by date:

Previous
From: salah jubeh
Date:
Subject: Re: libpq 8.3 and 8.4 interfaces
Next
From: David Johnston
Date:
Subject: Re: how to call a stored function from another stored function? even possible?