Re: Official C++ API for postgresql?

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Ryan Kelly <rpkelly22(at)gmail(dot)com>
Cc: niXman <i(dot)nixman(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Official C++ API for postgresql?
Date: 2012-09-17 19:56:54
Message-ID: 50578086.8080403@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/17/2012 12:55 PM, Ryan Kelly wrote:
> On Mon, Sep 17, 2012 at 11:52:13PM +0400, niXman wrote:
>> 2012/9/17 Ryan Kelly:
>>
>>> http://pqxx.org/development/libpqxx/
>>
>> Last question...
>> According to the link provided by you, it is said that libpqxx comes
>> with postgres. But in the archive with postgres sources I haven't find
>> libpqxx.
> It is not provided with postgres. It is a separate library. This is
> where you obtain it:
> http://pqxx.org/development/libpqxx/wiki/DownloadPage

I think the confusing part is:

"This library works on top of the C-level API library, libpq. It comes
with postgres"

The it refers to libpq not libpqxx.

>
> -Ryan
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message niXman 2012-09-17 19:57:40 Re: Official C++ API for postgresql?
Previous Message Ryan Kelly 2012-09-17 19:55:06 Re: Official C++ API for postgresql?