File tree 5 files changed +12
-14
lines changed
5 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
+ * IDENTIFICATION
13
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.6 1999/05/30 15:17:56 tgl Exp $
12
14
*
13
15
*-------------------------------------------------------------------------
14
16
*/
@@ -21,8 +23,6 @@ extern "C" {
21
23
#include " fe-auth.h"
22
24
}
23
25
24
- static char rcsid[] = " $Id: pgconnection.cc,v 1.5 1999/05/23 01:04:00 momjian Exp $" ;
25
-
26
26
// ****************************************************************
27
27
//
28
28
// PgConnection Implementation
Original file line number Diff line number Diff line change 9
9
*
10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
+ * IDENTIFICATION
13
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.3 1999/05/30 15:17:57 tgl Exp $
12
14
*
13
15
*-------------------------------------------------------------------------
14
16
*/
15
17
16
- #include " pgcursordb.h"
17
-
18
- static char rcsid[] = " $Id: pgcursordb.cc,v 1.2 1999/05/23 01:04:01 momjian Exp $" ;
19
-
20
-
18
+ #include " pgcursordb.h"
21
19
22
20
// ****************************************************************
23
21
//
Original file line number Diff line number Diff line change 10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
12
* IDENTIFICATION
13
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.2 1999/05/30 15:17:57 tgl Exp $
13
14
*
14
15
*-------------------------------------------------------------------------
15
16
*/
16
17
17
18
#include " pgdatabase.h"
18
19
19
- static char rcsid[] = " $Id: pgdatabase.cc,v 1.1 1999/05/23 01:04:01 momjian Exp $" ;
20
20
21
21
void PgDatabase::DisplayTuples (FILE *out = 0 , int fillAlign = 1 ,
22
22
const char * fieldSep = " |" ,int printHeader = 1 , int quiet = 0 )
Original file line number Diff line number Diff line change 9
9
*
10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
+ * IDENTIFICATION
13
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pglobject.cc,v 1.5 1999/05/30 15:17:58 tgl Exp $
12
14
*
13
15
*-------------------------------------------------------------------------
14
16
*/
@@ -19,8 +21,6 @@ extern "C" {
19
21
20
22
#include " pglobject.h"
21
23
22
- static char rcsid[] = " $Id: pglobject.cc,v 1.4 1999/05/23 01:04:03 momjian Exp $" ;
23
-
24
24
// ****************************************************************
25
25
//
26
26
// PgLargeObject Implementation
Original file line number Diff line number Diff line change 9
9
*
10
10
* Copyright (c) 1994, Regents of the University of California
11
11
*
12
+ * IDENTIFICATION
13
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgtransdb.cc,v 1.3 1999/05/30 15:17:58 tgl Exp $
12
14
*
13
15
*-------------------------------------------------------------------------
14
16
*/
15
17
16
- #include " pgtransdb.h"
17
-
18
- static char rcsid[] = " $Id: pgtransdb.cc,v 1.2 1999/05/23 01:04:03 momjian Exp $" ;
19
-
18
+ #include " pgtransdb.h"
19
+
20
20
// ****************************************************************
21
21
//
22
22
// PgTransaction Implementation
You can’t perform that action at this time.
0 commit comments