home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / libpq / README < prev   
Encoding:
Text File  |  1992-08-27  |  1.8 KB  |  38 lines

  1.  
  2. POSTGRES Data Base Management System
  3.  
  4. Copyright (c) 1988 Regents of the University of California
  5.  
  6. Permission to use, copy, modify, and distribute this software and its
  7. documentation for educational, research, and non-profit purposes and
  8. without fee is hereby granted, provided that the above copyright
  9. notice appear in all copies and that both that copyright notice and
  10. this permission notice appear in supporting documentation, and that
  11. the name of the University of California not be used in advertising
  12. or publicity pertaining to distribution of the software without
  13. specific, written prior permission.  Permission to incorporate this
  14. software into commercial products can be obtained from the Campus
  15. Software Office, 295 Evans Hall, University of California, Berkeley,
  16. Ca., 94720 provided only that the the requestor give the University
  17. of California a free licence to any derived software for educational
  18. and research purposes.  The University of California makes no
  19. representations about the suitability of this software for any
  20. purpose.  It is provided "as is" without express or implied warranty.
  21.  
  22. $Header: /private/postgres/src/lib/libpq/RCS/README,v 1.4 1990/09/25 16:33:48 kemnitz Exp $
  23.  
  24. This directory contains the C version of Libpq, the POSTGRES frontend library.
  25.  
  26. The functions in Libpq will be documented in the POSTGRES Reference Manual.
  27. Before that happens, the users can consult the documentation of the Lisp
  28. version of Libpq and the header file libpq.h.  
  29.  
  30. To use this library, put "#include libpq.h" in your C file.  
  31. Compile your C file with the flag "-I/usr/postgres/src/lib/H/tmp" 
  32. and link it with libpq.a.
  33.  
  34. A sample program is in src/test/testlibpq.c.
  35.  
  36. Functions are not thoroughly tested.  There is a bug with the Exception 
  37. Handling code.  The error messages are not generated correctly.
  38.