Fix Id tag in chapter headings to allow meaningful file names in html.
-<Chapter>
+<Chapter Id="arch-dev">
<TITLE>Architecture</TITLE>
<Sect1>
-<Chapter>
+<Chapter Id="arch-pg">
<TITLE>Architecture</TITLE>
<Sect1>
-<Chapter>
+<Chapter Id="arch">
<TITLE>Architecture</TITLE>
<Sect1>
-<BIBLIOGRAPHY>
+<BIBLIOGRAPHY Id="biblio">
<Title><Acronym>SQL</Acronym> References</Title>
<Para>
<!--
<BIBLIOMISC>‐</BIBLIOMISC>
-<BOOKBIBLIO ID="REFERENCE">
+<BOOKBIBLIO ID="POSTGRES-REFERENCE">
-->
<TITLE>The <ProductName>PostgreSQL</ProductName> Reference Manual</TITLE>
<Editor>
-->
</BIBLIOENTRY>
-<BIBLIOENTRY ID="REFERENCE">
+<BIBLIOENTRY ID="POSTGRES-USERS">
<!--
<BIBLIOMISC>‐</BIBLIOMISC>
-<Appendix label="B">
+<Appendix Label="B" Id="contacts">
<Title>Contacts</Title>
-<Sect1>
-<Title>Introduction</Title>
+<!--
<Para>
+Support for <productname>Postgres</productname> comes primarily from
+this printed documentation, the web-based mailing list archives,
+and the mailing lists themselves.
</Para>
-<Sect1>
+<Sect1 id="mailing-list">
+<Title>Mailing Lists</Title>
+
+<Para>
+Refer to the introduction in this manual or to the
+<ulink url="postgresql.org"><productname>Postgres</productname> web page</ulink>
+ for subscription information to the no-cost mailing lists.
+</Para>
+
+<Sect1 id="people">
<Title>People</Title>
+-->
<Para>
<ItemizedList Mark="bullet" Spacing="compact">
-<Chapter>
+<Chapter Id="geqo">
<DocInfo>
<Author>
<FirstName>Martin</FirstName>
Enable bushy query tree processing within <ProductName>Postgres</ProductName>;
that may improve the quality of query plans.
-<BIBLIOGRAPHY>
+<BIBLIOGRAPHY Id="geqo-references">
<TITLE>
References
</TITLE>
-<Chapter>
+<Chapter Id="intro-pg">
<TITLE>Introduction</TITLE>
<Para>
-<Chapter>
+<Chapter Id="intro">
<TITLE>Introduction</TITLE>
<Para>
-<Chapter>
+<Chapter Id="pgtcl">
<Title>pgtcl</Title>
<Para>
existing request is replaced. With no callbackCommand parameter, a prior
request is canceled.
</PARA>
+
+<para>
After a <PARA><FUNCTION>pg_listen</FUNCTION> request is established,
the specified command string is executed whenever a NOTIFY message bearing
the given name arrives from the backend. This occurs when any
-<Chapter>
+<Chapter Id="ports">
<Title>Ports</Title>
<Sect1>
<Para>
<ProductName>Postgres</ProductName> is available free of charge. This manual
- describes version 6.3 of <ProductName>Postgres</ProductName>. The authors have
+ describes version 6.4 of <ProductName>Postgres</ProductName>. The authors have
compiled and tested <ProductName>Postgres</ProductName> on the following
platforms:
<ENTRY>1998-03-01</ENTRY>
<ENTRY>(<ULink url="mailto:brook@trillium.NMSU.Edu">Brook Milligan</ULink>)</ENTRY>
</ROW>
+ <ROW>
+ <ENTRY>NetBSD 1.3</ENTRY>
+ <ENTRY>NS32532</ENTRY>
+ <ENTRY>v6.3</ENTRY>
+ <ENTRY>1998-07-20</ENTRY>
+ <ENTRY>(<ULink url="mailto:phil@steelhead.cs.wwu.edu">Phil Nelson</ULink>)</ENTRY>
+ </ROW>
<ROW>
<ENTRY>NetBSD 1.3</ENTRY>
<ENTRY>Sparc</ENTRY>
<!entity contacts SYSTEM "contacts.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
-<Book>
+<Book Id="postgres">
<!-- Title information -->
<!entity biblio SYSTEM "biblio.sgml">
<!entity contacts SYSTEM "contacts.sgml">
]>
-<Book>
+<Book Id="reference">
<!-- Title information -->
</Dedication>
-->
-<Preface>
+<Preface Id="preface">
<Title>Summary</Title>
<Para>
&contacts;
&biblio;
-<INDEX> </INDEX>
+<index Id="index">
+</index>
</Book>
-<Chapter>
+<Chapter Id="release">
<Title>Release Notes</Title>
<Para>
<note>
<para>
Bruce Momjian wrote the following notes to introduce the new release.
-<note>
+</note>
<para>
There are some general 6.3 issues that I want to mention. These are
-<Chapter>
+<Chapter Id="start">
<Title>Getting Started</Title>
<Abstract>