• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.deps/H12-Apr-2004-5351

docs/H03-May-2022-145118

examples/H12-Apr-2004-402313

CHANGESH A D12-Apr-2004384 2316

Makefile.amH A D12-Apr-2004361 139

Makefile.inH A D12-Apr-200413.3 KiB441354

READMEH A D12-Apr-2004672 3318

aclocal.m4H A D12-Apr-2004144.3 KiB4,3703,857

config.guessH A D12-Apr-200437.5 KiB1,3221,141

config.h.inH A D12-Apr-20041.7 KiB6845

config.subH A D12-Apr-200428.3 KiB1,4441,303

configureH A D12-Apr-2004279.4 KiB9,2497,379

configure.inH A D12-Apr-20041.2 KiB4231

depcompH A D12-Apr-200412.2 KiB437298

halt.cH A D12-Apr-20041.2 KiB5739

halt.hH A D12-Apr-200450 71

install-shH A D12-Apr-20045.4 KiB252153

libpgeasy.cH A D12-Apr-20045.6 KiB349217

libpgeasy.hH A D12-Apr-2004402 1912

ltmain.shH A D12-Apr-2004135.7 KiB4,9853,988

missingH A D12-Apr-200410 KiB337263

mkinstalldirsH A D12-Apr-20041.8 KiB10272

README

1
2
3				Pgeasy 3.0.4
4
5Pgeasy is a PostgreSQL API that is a cleaner interface to the libpq
6library, more like an SQL 4GL interface.
7
8To build, run configure with specifications for your PostgreSQL include
9and library directories:
10
11	$ CPPFLAGS=-I/usr/local/pgsql/include \
12	  LDFLAGS=-L/usr/local/pgsql/lib configure
13
14then compile and install:
15
16	$ make
17	$ make install
18
19There are examples in /examples and docs in /docs.
20
21The home of pgeasy is:
22
23	http://gborg.postgresql.org/project/pgeasy/projdisplay.php
24
25This software has the same BSD license as PostgreSQL.
26
27To build from CVS use:
28
29	$ autoreconf --force -i
30	$ rm -rf autom4te.cache
31
32Bruce Momjian (pgman@candle.pha.pa.us)
33