head	1.4;
access;
symbols
	REL7_2_8:1.3
	REL7_2_7:1.3
	REL7_2_6:1.3
	REL7_2_5:1.3
	REL7_2_4:1.3
	REL7_2_3:1.3
	REL7_2_STABLE:1.3.0.6
	REL7_2:1.3
	REL7_2_RC2:1.3
	REL7_2_RC1:1.3
	REL7_2_BETA5:1.3
	REL7_2_BETA4:1.3
	REL7_2_BETA3:1.3
	REL7_2_BETA2:1.3
	REL7_2_BETA1:1.3
	REL7_1_2:1.3
	REL7_1_STABLE:1.3.0.4
	REL7_1_BETA:1.3
	REL7_1_BETA3:1.3
	REL7_1_BETA2:1.3
	REL7_1:1.3
	REL7_0_PATCHES:1.3.0.2
	REL7_0:1.3
	REL6_5_PATCHES:1.2.0.2
	REL6_5:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.08.22.00.15.12;	author scrappy;	state dead;
branches;
next	1.3;

1.3
date	99.12.03.17.35.05;	author momjian;	state Exp;
branches;
next	1.2;

1.2
date	99.06.01.02.37.33;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	99.05.23.01.03.56;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.4
log
@
Okay, libpq++ is moved to GBorg, and all traces of it have been removed
from the core repository ... I haven't *moved* the libpq++ files out of the
tree, mainly as we want to keep them in place for past branches ...

Peter, I think I've covered all the files I need, and re-ran autoconf to make
sure the configure file is in place properly ...
@
text
@
5/18/1999 - vv
---------

*	Rewrote libpq++.h
*	Incremented shared library version to 3.0
*	Cleaned up makefiles
*	Made examples use the installed versions of the library and header


4/26/1999 - vv
---------

*	Changed PrintTuples and DisplayTuples in PgDatabase to use PQprint()



4/14/1999 - vv
---------

*	Changed connection routines to use PQconnectdb()
*	Connect now returns CONNECTION_OK or CONNECTION_BAD
*	Eliminated pgEnv
*	Changed error handler to return proper messages
*	New function LOid() returns Large Object ID
*	New function Status() returns Large Object Status






@


1.3
log
@Rename libpq++.H to libpq++.h.
@
text
@@


1.2
log
@commented out PgConnection& references for now.  May be using them
later.

Vince.
@
text
@d5 1
a5 1
*	Rewrote libpq++.H
@


1.1
log
@Here it is.  Remove or rename the current interfaces/libpq++ and untar
this file in interfaces/

It will all need to be checked in.  I used the char *rcsid[] method for
cvs ids so it can be strings | grep'd to find version numbers.  The new
version for the library is 3.0.

Run configure from src/ to create the Makefile and it should be good to
go.

I did minimal documentation references in the README, I'll see if I can
get something to Tom Lockhart rather quickly.

Vince.
@
text
@a5 1
*	Added CVS IDs
@
