To build these programs, type:
  make all

Before, you need to build the library in the main directory.

To build prompt_gtk, you need lablgtk 1.2; you have to edit
Makefile to give the full path to the lablgtk installation.


You _don't_ need to "make install" the package to build these programs.

---------------------------------------------------------------------------
Short description:

dump: dump a table to the standard output (using the sql command "copy
... to stdout")

populate: inverse operation (using the sql command "copy ... from
stdin")

prompt: a simple replacement for psql

prompt_gtk: a graphical frontend (handles backend notifications,
  copy_in, copy_out, presentation of "select" result in tables)

test_lo: a simple demonstration of Large Objects manipulation
