Обсуждение: Re: libpqxx has HTML docs

Поиск
Список
Период
Сортировка

Re: libpqxx has HTML docs

От
"Tim Barnard"
Дата:
Just out of curiosity, does this API effectively support non-blocking
connections?

Tim

----- Original Message -----
From: "Jeroen T. Vermeulen" <jtv@xs4all.nl>
To: <pgsql-interfaces@postgresql.org>
Sent: Monday, March 25, 2002 4:24 PM
Subject: libpqxx has HTML docs


> Thanks to Bruce's help, libpqxx now finally has some HTML documentation.
> Converting this from SGML is still awkward, since I don't have the tools
> to do this myself.  Still, let me know if you find anything wrong.
>
> There are still some errors in the SGML documentation; any help fixing
> this would be most welcome.  The goal is to eventually integrate this
> stuff into the postgres tree, so it'll have to compile to decent HTML.
>
> John Anderson has worked on autoconf / automake files, so once this is
> integrated, configuration for a particular system should also be a lot
> less tedious as well.
>
>
> Jeroen
>
> PS - my habitual plug: libpqxx is a C++ frontend API to PostgreSQL, ie.
> an alternative to the old libpq++.  I hope it will replace the latter
> as the standard C++ API.  Find the source code at:
>
> http://members.ams.chello.nl/j.vermeulen31/proj-libpqxx.html
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>


Re: libpqxx has HTML docs

От
"Jeroen T. Vermeulen"
Дата:
On Tue, Mar 26, 2002 at 07:35:26AM -0800, Tim Barnard wrote:
> Just out of curiosity, does this API effectively support non-blocking
> connections?

Not yet.  It's on the TODO list.