README
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. Based on the original work by William Wanders (wwanders@sci.kun.nl)
  2. and Jolly Chen (jolly@cs.berkeley.edu), this is the first set of
  3. changes to libpq++ since ~1997.  Pgenv has been removed, deprecated 
  4. functions removed and/or updated and error handling rewritten, 
  5. however for the most part it remains as a wrapper around libpq.
  6. The documentation on libpq is recommended reading to understand 
  7. the function of libpq++.
  8. The API provided herein is subject to change in later versions of 
  9. PostgreSQL.
  10. For details on how to to use libpq++, see the man page in the man/
  11. subdirectory and the test programs in the examples/ subdirectory.
  12. ** PgConnection has been changed to accept either the environment
  13. variables or conninfo style strings.  See the PQconnectdb in the
  14. documentation on libpq for details.
  15. libpq++ has only been tested with g++, version 2.7.2.1
  16. Vince Vielhaber (vev@michvhf.com)
  17. Tue May 18 08:30:00 EDT 1999