Add id field to chapter and book tags to allow output file names

to be meaningful.
This commit is contained in:
Thomas G. Lockhart 1998-07-29 06:50:04 +00:00
parent 18baa27d6b
commit 5f372f9e59
39 changed files with 44 additions and 44 deletions

View File

@ -18,7 +18,7 @@
<!entity biblio SYSTEM "biblio.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book>
<Book Id="admin">
<!-- Title information -->

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="advanced">
<Title>Advanced <ProductName>Postgres</ProductName> <Acronym>SQL</Acronym> Features</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="arrays">
<Title>Arrays</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="compiler">
<DocInfo>
<AuthorGroup>
<Author>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="datatype">
<Title>Data Types</Title>
<Abstract>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="dfunc">
<Title>Linking Dynamically-Loaded Functions</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="ecpg">
<DocInfo>
<AuthorGroup>
<Author>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="environ">
<Title>Setting Up Your Environment</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="extend">
<Title>Extending <Acronym>SQL</Acronym>: An Overview</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="func-ref">
<Title>Functions</Title>
<Abstract>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="gist">
<DocInfo>
<AuthorGroup>
<Author>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="inherit">
<Title>Inheritance</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="install">
<Title>Installation</Title>
<Abstract>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="jdbc">
<Title>JDBC Interface</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="libpq">
<Title><FileName>libpq</FileName></Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="largeObjects">
<Title>Large Objects</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="manage">
<Title>Managing a Database</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="odbc">
<DocInfo>
<AuthorGroup>
<Author>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="pgaccess">
<Title><Command>pgaccess</Command></Title>
<Para>

View File

@ -59,7 +59,7 @@
<!entity contacts SYSTEM "contacts.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book>
<Book Id="programmer">
<!-- Title information -->

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="protocol">
<DocInfo>
<Author>
<FirstName>Phil</FirstName>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="psql">
<Title><Command>psql</Command></Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="query-ug">
<TITLE>The Query Language</TITLE>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter ID="QUERY">
<Chapter ID="query">
<TITLE>The Query Language</TITLE>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="recovery">
<Title>Database Recovery</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="regress">
<Title>Regression Test</Title>
<Abstract>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="rules">
<Title>The <ProductName>Postgres</ProductName> Rule System</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="spi">
<DocInfo>
<AuthorGroup>
<Author>

View File

@ -4,7 +4,7 @@
- - thomas 1998-02-24
-->
<Chapter>
<Chapter Id="start-ag">
<Title>Runtime Environment</Title>
<Para>
@ -153,7 +153,7 @@ There is one evident drawback of using locale - it's speed ! So, use locale only
</Chapter>
<Chapter>
<Chapter Id="postmaster">
<Title>Starting <Application>postmaster</Application></Title>
<Para>
@ -186,7 +186,7 @@ There is one evident drawback of using locale - it's speed ! So, use locale only
</Para>
</Chapter>
<Chapter>
<Chapter Id="newuser">
<Title>Adding and Deleting Users</Title>
<Para>
@ -200,7 +200,7 @@ to the underlying
</Para>
</Chapter>
<Chapter>
<Chapter Id="disk">
<Title>Disk Management</Title>
<Para>
@ -266,7 +266,7 @@ To test the new location, create a database <Database>test</Database> by typing
</Sect1>
</Chapter>
<Chapter>
<Chapter Id="trouble">
<Title>Troubleshooting</Title>
<Para>
@ -296,7 +296,7 @@ FATAL 1:Feb 17 23:19:55:process userid (2360) != database owner (268)
</Para>
</Chapter>
<Chapter>
<Chapter Id="manage-ag">
<Title>Managing a Database</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="storage">
<Title>Disk Storage</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="triggers">
<Title>Triggers</Title>
<Para>

View File

@ -12,7 +12,7 @@
<!entity advanced SYSTEM "advanced.sgml">
<!entity biblio SYSTEM "biblio.sgml">
]>
<Book>
<Book Id="tutorial">
<!-- Title information -->

View File

@ -1,4 +1,4 @@
<chapter>
<chapter Id="typeconv">
<title>Type Conversion</title>
<para>

View File

@ -23,7 +23,7 @@
<!entity biblio SYSTEM "biblio.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book>
<Book Id="user">
<!-- Title information -->

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="xaggr">
<Title>Extending <Acronym>SQL</Acronym>: Aggregates</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="xfunc">
<Title>Extending <Acronym>SQL</Acronym>: Functions</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="xindex">
<Title>Interfacing Extensions To Indices</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="xoper">
<Title>Extending <Acronym>SQL</Acronym>: Operators</Title>
<Para>

View File

@ -1,4 +1,4 @@
<Chapter>
<Chapter Id="xtypes">
<Title>Extending <Acronym>SQL</Acronym>: Types</Title>
<Para>
As previously mentioned, there are two kinds of types