File: README

package info (click to toggle)
libpgsql-ocaml 20040120-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 164 kB
  • ctags: 304
  • sloc: ml: 911; ansic: 312; makefile: 138
file content (26 lines) | stat: -rw-r--r-- 790 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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