From 7fcbc5ddf0f7939bb92003acd2b4b866044a23f8 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Tue, 6 Apr 1999 15:41:20 +0000 Subject: [PATCH] Fix markup to include all closing tags. Required by newest versions of DocBook and style sheets. --- doc/src/sgml/datatype.sgml | 1 + doc/src/sgml/ecpg.sgml | 1 + doc/src/sgml/libpq++.sgml | 8 +++++ doc/src/sgml/postgres.sgml | 8 +++-- doc/src/sgml/ref/create_table.sgml | 3 +- doc/src/sgml/ref/select.sgml | 4 +-- doc/src/sgml/syntax.sgml | 57 +++++++++++++++++++++++++----- 7 files changed, 68 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index faa79189ab..4c45cb01af 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1634,6 +1634,7 @@ the time zone becomes GMT (on most systems anyway). which has an offset of +10:00 hours from UTC. + Australian time zones and their naming variants diff --git a/doc/src/sgml/ecpg.sgml b/doc/src/sgml/ecpg.sgml index cdeba13dd2..6c946ff066 100644 --- a/doc/src/sgml/ecpg.sgml +++ b/doc/src/sgml/ecpg.sgml @@ -487,6 +487,7 @@ conflicts. + diff --git a/doc/src/sgml/libpq++.sgml b/doc/src/sgml/libpq++.sgml index 39c026a41a..a7cd9b288b 100644 --- a/doc/src/sgml/libpq++.sgml +++ b/doc/src/sgml/libpq++.sgml @@ -38,10 +38,12 @@ src/libpq++/examples, including the source code for the three examples in this chapter. + Control and Initialization + Environment Variables @@ -189,10 +191,12 @@ + Database Connection Functions + Database Environment Class: <classname>PGenv</classname> @@ -271,6 +275,7 @@ + Query Execution Functions @@ -443,6 +448,7 @@ + Asynchronous Notification @@ -507,6 +513,7 @@ notification. + Functions Associated with the COPY Command @@ -613,6 +620,7 @@ + Caveats diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 5ffbfa5957..21c783773b 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,11 +1,15 @@