Build system
(*) Include libpq path in dynamic link path: -Wl,/usr/local/pgsql/lib for gcc
(*) Completely support building outside the source directory

Connections
(*) Separate failed_connection exception type
(*) Connection pooling support
(*) AsyncConnection

Documentation
(*) Find a better documentation format for the tutorial
(*) Re-translate the tutorial to HTML (preferably as part of build procedure)
(*) Document "please don't start transactions yourself"
(*) Document migration procedures from libpq++

Nonblocking operation
(*) Separate query issuing from receipt of results
(*) Support select()

Results
(*) Implement get<int>() and so on
(*) Conceive metadata model
(*) Allow direct mapping onto structs, using member ptr template args

RobustTransaction
(*) User schema support for log table

Streams
(*) Provide metadata information in TableStream
(*) Support column lists for COPY
(*) Allow single-level insertion with endt/endr manipulators

Tests
(*) Mixed-mode, seeking lostream tests

Triggers
(*) Allow access to Connection's triggers list?


