libpqxx update - Mailing list pgsql-interfaces

From jtv
Subject libpqxx update
Date
Msg-id 20011201185603.C5886@xs4all.nl
Whole thread Raw
Responses Re: libpqxx update  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: libpqxx update  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-interfaces
I've just made some updates to libpqxx, my new C++ frontend API to postgresql.  
Anybody who is interested, please get the source code off my homepage:
http://members.ams.chello.nl/j.vermeulen31/

Unpack the tarball (it will create its own directory), cd into it, enter the
Makefile to your liking, and run make.  The example programs (test*.cc) will
show how easy the library is to use.

Recent changes:
- Revamped trigger notification system.- Some SGML documentation.- Enhanced error checking.- Regression test added to
Makefile.

Tom, Bruce, perhaps this is worth incorporating into the postgresql source
tree at some point?


Jeroen



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: Can a windows DLL have more than one process attached?
Next
From: Tom Lane
Date:
Subject: Re: libpqxx update