home *** CD-ROM | disk | FTP | other *** search
- $Header: /private/postgres/src/contrib/3M/RCS/README,v 1.1 1990/10/24 20:23:49 cimarron Exp $
-
- This directory contains a sample libpq application contributed by
- Steve Anastasi from 3M. For more information read the comments in
- pg_exec.c
-
- Program:
- pg_exec.c
-
- To compile:
-
- cc -I../../lib/H -o pgexec pg_exec.c ../../../{obj directory name}/libpq.a
-
- Sample input files:
- create-tab.pgc
- observation.pgd
- op_lookup.pgd
- parameter.pgd
-
- Note:
- this program has only been tested on the dec 3100's under
- ultrix 3.0.
-
-