File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.18 1999/02/13 03:52:46 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.19 1999/03/30 15:23:03 thomas Exp $
3
3
4
4
Postgres integrated documentation.
5
5
Other subset docs should be copied and shrunk from here.
6
6
thomas 1998-02-23
7
7
8
8
$Log: postgres.sgml,v $
9
+ Revision 1.19 1999/03/30 15:23:03 thomas
10
+ Include libpq+.sgml in the doc set.
11
+ Had been omitted from the integrated doc for no good reason.
12
+
9
13
Revision 1.18 1999/02/13 03:52:46 thomas
10
14
Include chapter on SQL language elements (keywords, etc).
11
15
Should merge with or complement Stefan's Master's Thesis intro to SQL.
@@ -118,6 +122,7 @@ Move SQL reference pages up into the User's Guide.
118
122
<!entity spi SYSTEM "spi.sgml">
119
123
<!entity func-ref SYSTEM "func-ref.sgml">
120
124
<!entity libpq SYSTEM "libpq.sgml">
125
+ <!entity libpqpp SYSTEM "libpq++.sgml">
121
126
<!entity libpgtcl SYSTEM "libpgtcl.sgml">
122
127
<!entity ecpg SYSTEM "ecpg.sgml">
123
128
<!entity odbc SYSTEM "odbc.sgml">
@@ -299,6 +304,7 @@ Your name here...
299
304
&lobj;
300
305
&ecpg;
301
306
&libpq;
307
+ &libpqpp;
302
308
&libpgtcl;
303
309
&odbc;
304
310
&jdbc;
You can’t perform that action at this time.
0 commit comments