mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Add id field to chapter and book tags to allow output file names
to be meaningful.
This commit is contained in:
parent
18baa27d6b
commit
5f372f9e59
@ -18,7 +18,7 @@
|
||||
<!entity biblio SYSTEM "biblio.sgml">
|
||||
]>
|
||||
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
|
||||
<Book>
|
||||
<Book Id="admin">
|
||||
|
||||
<!-- Title information -->
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="advanced">
|
||||
<Title>Advanced <ProductName>Postgres</ProductName> <Acronym>SQL</Acronym> Features</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="arrays">
|
||||
<Title>Arrays</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="compiler">
|
||||
<DocInfo>
|
||||
<AuthorGroup>
|
||||
<Author>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="datatype">
|
||||
<Title>Data Types</Title>
|
||||
|
||||
<Abstract>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="dfunc">
|
||||
<Title>Linking Dynamically-Loaded Functions</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="ecpg">
|
||||
<DocInfo>
|
||||
<AuthorGroup>
|
||||
<Author>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="environ">
|
||||
<Title>Setting Up Your Environment</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="extend">
|
||||
<Title>Extending <Acronym>SQL</Acronym>: An Overview</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="func-ref">
|
||||
<Title>Functions</Title>
|
||||
|
||||
<Abstract>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="gist">
|
||||
<DocInfo>
|
||||
<AuthorGroup>
|
||||
<Author>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="inherit">
|
||||
<Title>Inheritance</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="install">
|
||||
<Title>Installation</Title>
|
||||
|
||||
<Abstract>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="jdbc">
|
||||
<Title>JDBC Interface</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="libpq">
|
||||
<Title><FileName>libpq</FileName></Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="largeObjects">
|
||||
<Title>Large Objects</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="manage">
|
||||
<Title>Managing a Database</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="odbc">
|
||||
<DocInfo>
|
||||
<AuthorGroup>
|
||||
<Author>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="pgaccess">
|
||||
<Title><Command>pgaccess</Command></Title>
|
||||
|
||||
<Para>
|
||||
|
@ -59,7 +59,7 @@
|
||||
<!entity contacts SYSTEM "contacts.sgml">
|
||||
]>
|
||||
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
|
||||
<Book>
|
||||
<Book Id="programmer">
|
||||
|
||||
<!-- Title information -->
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="protocol">
|
||||
<DocInfo>
|
||||
<Author>
|
||||
<FirstName>Phil</FirstName>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="psql">
|
||||
<Title><Command>psql</Command></Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="query-ug">
|
||||
<TITLE>The Query Language</TITLE>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter ID="QUERY">
|
||||
<Chapter ID="query">
|
||||
<TITLE>The Query Language</TITLE>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="recovery">
|
||||
<Title>Database Recovery</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="regress">
|
||||
<Title>Regression Test</Title>
|
||||
|
||||
<Abstract>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="rules">
|
||||
<Title>The <ProductName>Postgres</ProductName> Rule System</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="spi">
|
||||
<DocInfo>
|
||||
<AuthorGroup>
|
||||
<Author>
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="storage">
|
||||
<Title>Disk Storage</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="triggers">
|
||||
<Title>Triggers</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<!entity advanced SYSTEM "advanced.sgml">
|
||||
<!entity biblio SYSTEM "biblio.sgml">
|
||||
]>
|
||||
<Book>
|
||||
<Book Id="tutorial">
|
||||
|
||||
<!-- Title information -->
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<chapter>
|
||||
<chapter Id="typeconv">
|
||||
<title>Type Conversion</title>
|
||||
|
||||
<para>
|
||||
|
@ -23,7 +23,7 @@
|
||||
<!entity biblio SYSTEM "biblio.sgml">
|
||||
]>
|
||||
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
|
||||
<Book>
|
||||
<Book Id="user">
|
||||
|
||||
<!-- Title information -->
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="xaggr">
|
||||
<Title>Extending <Acronym>SQL</Acronym>: Aggregates</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="xfunc">
|
||||
<Title>Extending <Acronym>SQL</Acronym>: Functions</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="xindex">
|
||||
<Title>Interfacing Extensions To Indices</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<Chapter>
|
||||
<Chapter Id="xoper">
|
||||
<Title>Extending <Acronym>SQL</Acronym>: Operators</Title>
|
||||
|
||||
<Para>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user