postgresql/src/interfaces/libpgeasy
Peter Eisentraut 44f64dd3ea Makefile cleanup for interface tree. Now essentially with all the
standard targets and behaviour. Replaced Makefile.in's with
Makefile's and declared the respective variables in Makefile.global.

maintainer-clean target now available at top level, although it does
not work in the backend tree yet.

Cleanup pass over Makefile.shlib, renamed some targets and variables.
The shared library symlink tests are now done by make, not the shell.

ecpg: Remove one warning in sloppy flex output.

PL/Perl and Perl interface: the MakeMaker documentation is confusing,
the realclean target *does* "delete derived files", but it also
uninstalls them. Don't use that.

The submake targets in the various bin directories that update libpq
should `make all', not `make libpq.a'. That is a) unportable, and
b) doesn't build the shared library.
2000-06-28 18:30:16 +00:00
..
examples Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
Makefile Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
README Update libpgeasy e-mail address 2000-04-27 18:45:43 +00:00
halt.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
halt.h Update pgeasy. 1999-10-11 18:51:10 +00:00
libpgeasy.c Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
libpgeasy.h Fix WARN->NOTICE in docs. Change libpgeasy connection parameters to use 2000-05-18 14:24:38 +00:00

README


   			      Pgeasy 2.0
		    (Formerly contrib/pginterface)

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

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