You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/pginterface
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
..
Makefile pginterface cleanup 28 years ago
README update pginterface 27 years ago
halt.c Used modified version of indent that understands over 100 typedefs. 28 years ago
halt.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
pginsert.c pginterface cleanup 28 years ago
pginterface.3 Update pginterface for 6.4. add manual page. 27 years ago
pginterface.c pgindent run over code. 26 years ago
pginterface.h pgindent run over code. 26 years ago
pgnulltest.c pginterface cleanup 28 years ago
pgwordcount.c Removed un-needed signal suff from pginterface. 28 years ago

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)