diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-07-29 06:35:19 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-07-29 06:35:19 +0000 |
commit | 18baa27d6b5b4dc735751ac290acad5d2d6cf97c (patch) | |
tree | 6eae229fc39d481236f1e057007c4d22ea5d4923 /doc/src/sgml/reference.sgml | |
parent | 3221c0de5260901e7fc4af500dd520843312f6fa (diff) | |
download | postgresql-18baa27d6b5b4dc735751ac290acad5d2d6cf97c.tar.gz postgresql-18baa27d6b5b4dc735751ac290acad5d2d6cf97c.zip |
Add port information for NS32532.
Fix Id tag in chapter headings to allow meaningful file names in html.
Diffstat (limited to 'doc/src/sgml/reference.sgml')
-rw-r--r-- | doc/src/sgml/reference.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index e05e99ed9a9..17aeca12899 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -13,7 +13,7 @@ <!entity biblio SYSTEM "biblio.sgml"> <!entity contacts SYSTEM "contacts.sgml"> ]> -<Book> +<Book Id="reference"> <!-- Title information --> @@ -80,7 +80,7 @@ Your name here... </Dedication> --> -<Preface> +<Preface Id="preface"> <Title>Summary</Title> <Para> @@ -104,7 +104,8 @@ It provides SQL92/SQL3 language support, &contacts; &biblio; -<INDEX> </INDEX> +<index Id="index"> +</index> </Book> |