Skip to content
Snippets Groups Projects
Commit 5f372f9e authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

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

 to be meaningful.
parent 18baa27d
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 24 deletions
<Chapter> <Chapter Id="protocol">
<DocInfo> <DocInfo>
<Author> <Author>
<FirstName>Phil</FirstName> <FirstName>Phil</FirstName>
......
<Chapter> <Chapter Id="psql">
<Title><Command>psql</Command></Title> <Title><Command>psql</Command></Title>
<Para> <Para>
......
<Chapter> <Chapter Id="query-ug">
<TITLE>The Query Language</TITLE> <TITLE>The Query Language</TITLE>
<Para> <Para>
......
<Chapter ID="QUERY"> <Chapter ID="query">
<TITLE>The Query Language</TITLE> <TITLE>The Query Language</TITLE>
<Para> <Para>
......
<Chapter> <Chapter Id="recovery">
<Title>Database Recovery</Title> <Title>Database Recovery</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="regress">
<Title>Regression Test</Title> <Title>Regression Test</Title>
<Abstract> <Abstract>
......
<Chapter> <Chapter Id="rules">
<Title>The <ProductName>Postgres</ProductName> Rule System</Title> <Title>The <ProductName>Postgres</ProductName> Rule System</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="spi">
<DocInfo> <DocInfo>
<AuthorGroup> <AuthorGroup>
<Author> <Author>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
- - thomas 1998-02-24 - - thomas 1998-02-24
--> -->
<Chapter> <Chapter Id="start-ag">
<Title>Runtime Environment</Title> <Title>Runtime Environment</Title>
<Para> <Para>
...@@ -153,7 +153,7 @@ There is one evident drawback of using locale - it's speed ! So, use locale only ...@@ -153,7 +153,7 @@ There is one evident drawback of using locale - it's speed ! So, use locale only
</Chapter> </Chapter>
<Chapter> <Chapter Id="postmaster">
<Title>Starting <Application>postmaster</Application></Title> <Title>Starting <Application>postmaster</Application></Title>
<Para> <Para>
...@@ -186,7 +186,7 @@ There is one evident drawback of using locale - it's speed ! So, use locale only ...@@ -186,7 +186,7 @@ There is one evident drawback of using locale - it's speed ! So, use locale only
</Para> </Para>
</Chapter> </Chapter>
<Chapter> <Chapter Id="newuser">
<Title>Adding and Deleting Users</Title> <Title>Adding and Deleting Users</Title>
<Para> <Para>
...@@ -200,7 +200,7 @@ to the underlying ...@@ -200,7 +200,7 @@ to the underlying
</Para> </Para>
</Chapter> </Chapter>
<Chapter> <Chapter Id="disk">
<Title>Disk Management</Title> <Title>Disk Management</Title>
<Para> <Para>
...@@ -266,7 +266,7 @@ To test the new location, create a database <Database>test</Database> by typing ...@@ -266,7 +266,7 @@ To test the new location, create a database <Database>test</Database> by typing
</Sect1> </Sect1>
</Chapter> </Chapter>
<Chapter> <Chapter Id="trouble">
<Title>Troubleshooting</Title> <Title>Troubleshooting</Title>
<Para> <Para>
...@@ -296,7 +296,7 @@ FATAL 1:Feb 17 23:19:55:process userid (2360) != database owner (268) ...@@ -296,7 +296,7 @@ FATAL 1:Feb 17 23:19:55:process userid (2360) != database owner (268)
</Para> </Para>
</Chapter> </Chapter>
<Chapter> <Chapter Id="manage-ag">
<Title>Managing a Database</Title> <Title>Managing a Database</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="storage">
<Title>Disk Storage</Title> <Title>Disk Storage</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="triggers">
<Title>Triggers</Title> <Title>Triggers</Title>
<Para> <Para>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<!entity advanced SYSTEM "advanced.sgml"> <!entity advanced SYSTEM "advanced.sgml">
<!entity biblio SYSTEM "biblio.sgml"> <!entity biblio SYSTEM "biblio.sgml">
]> ]>
<Book> <Book Id="tutorial">
<!-- Title information --> <!-- Title information -->
......
<chapter> <chapter Id="typeconv">
<title>Type Conversion</title> <title>Type Conversion</title>
<para> <para>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<!entity biblio SYSTEM "biblio.sgml"> <!entity biblio SYSTEM "biblio.sgml">
]> ]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc --> <!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book> <Book Id="user">
<!-- Title information --> <!-- Title information -->
......
<Chapter> <Chapter Id="xaggr">
<Title>Extending <Acronym>SQL</Acronym>: Aggregates</Title> <Title>Extending <Acronym>SQL</Acronym>: Aggregates</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="xfunc">
<Title>Extending <Acronym>SQL</Acronym>: Functions</Title> <Title>Extending <Acronym>SQL</Acronym>: Functions</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="xindex">
<Title>Interfacing Extensions To Indices</Title> <Title>Interfacing Extensions To Indices</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="xoper">
<Title>Extending <Acronym>SQL</Acronym>: Operators</Title> <Title>Extending <Acronym>SQL</Acronym>: Operators</Title>
<Para> <Para>
......
<Chapter> <Chapter Id="xtypes">
<Title>Extending <Acronym>SQL</Acronym>: Types</Title> <Title>Extending <Acronym>SQL</Acronym>: Types</Title>
<Para> <Para>
As previously mentioned, there are two kinds of types As previously mentioned, there are two kinds of types
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment