reference/pgsql/book.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -1,16 +1,15 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Purpose: database.vendors -->
4
-
<!-- Membership: bundled, external -->
5
3
6
4
<book xml:id="book.pgsql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="bundledexternal" ?>
7
6
<title>PostgreSQL</title>
8
7
9
8
<!-- {{{ preface -->
10
9
<preface xml:id="intro.pgsql">
11
10
&reftitle.intro;
12
11
<para>
13
-
PostgreSQL database is Open Source product and available without
12
+
PostgreSQL database is an Open Source product and available without
14
13
cost. Postgres, developed originally in the UC Berkeley Computer
15
14
Science Department, pioneered many of the object-relational concepts
16
15
now becoming available in some commercial databases. It provides
...
...
@@ -25,6 +24,9 @@
25
24
&reference.pgsql.constants;
26
25
&reference.pgsql.examples;
27
26
&reference.pgsql.reference;
27
+
&reference.pgsql.pgsql.connection;
28
+
&reference.pgsql.pgsql.result;
29
+
&reference.pgsql.pgsql.lob;
28
30

29
31
</book>
30
32

31
33