reference/pgsql/book.xml
95b8f4df6657b1bc07bcb91679164b7b49ca63ac
...
...
@@ -9,7 +9,7 @@
9
9
<preface xml:id="intro.pgsql">
10
10
&reftitle.intro;
11
11
<para>
12
-
PostgreSQL database is an Open Source product and available without
12
+
PostgreSQL database is an open source product and available without
13
13
cost. Postgres, developed originally in the UC Berkeley Computer
14
14
Science Department, pioneered many of the object-relational concepts
15
15
now becoming available in some commercial databases. It provides
...
...
@@ -24,6 +24,9 @@
24
24
&reference.pgsql.constants;
25
25
&reference.pgsql.examples;
26
26
&reference.pgsql.reference;
27
+
&reference.pgsql.pgsql.connection;
28
+
&reference.pgsql.pgsql.result;
29
+
&reference.pgsql.pgsql.lob;
27
30

28
31
</book>
29
32

30
33