postgresql/contrib/pginterface
Bruce Momjian 8133867f51 update pginterface 1998-09-11 05:18:12 +00:00
..
Makefile pginterface cleanup 1998-04-23 17:25:29 +00:00
README update pginterface 1998-09-11 05:18:12 +00:00
halt.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
halt.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pginsert.c pginterface cleanup 1998-04-23 17:25:29 +00:00
pginterface.3 Update pginterface for 6.4. add manual page. 1998-09-11 05:14:08 +00:00
pginterface.c Update pginterface for 6.4. add manual page. 1998-09-11 05:14:08 +00:00
pginterface.h New findoidjoins examines oid columns to find join relationships. 1998-08-11 02:32:00 +00:00
pgnulltest.c pginterface cleanup 1998-04-23 17:25:29 +00:00
pgwordcount.c Removed un-needed signal suff from pginterface. 1997-09-16 15:36:09 +00:00

README


   			      Pginterface 2.0

Attached is a copy of the Postgres support routines I wrote to allow me
to more cleanly interface to the libpg library, more like a 4gl SQL
interface.

You can create a library of pginterface.c and halt.c, and just include
pginterface.h in your source code.

I am willing to maintain this if people find problems or want additional
functionality. 

Bruce Momjian (root@candle.pha.pa.us)