Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b268e5

Browse files
author
Thomas G. Lockhart
committed
Fix markup to allow compilation. The chapters on failure and recovery
need more work, but at least they have something now.
1 parent 9dcec81 commit 0b268e5

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

doc/src/sgml/func.sgml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.74 2001/09/28 08:15:35 thomas Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.75 2001/09/28 20:48:17 thomas Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -2291,43 +2291,43 @@
22912291

22922292
<tbody>
22932293
<row>
2294-
<entry> <type><literal>+</literal> </entry>
2294+
<entry> <literal>+</literal> </entry>
22952295
<entry><type>timestamp</type> '2001-09-28 01:00' + <type>interval</type> '23 hours'</entry>
22962296
<entry><type>timestamp</type> '2001-09-29 00:00'</entry>
22972297
</row>
22982298

22992299
<row>
2300-
<entry> <type><literal>+</literal> </entry>
2300+
<entry> <literal>+</literal> </entry>
23012301
<entry><type>date</type> '2001-09-28' + <type>interval</type> '1 hour'</entry>
23022302
<entry><type>timestamp</type> '2001-09-28 01:00'</entry>
23032303
</row>
23042304

23052305
<row>
2306-
<entry> <type><literal>+</literal> </entry>
2306+
<entry> <literal>+</literal> </entry>
23072307
<entry><type>time</type> '01:00' + <type>interval</type> '3 hours'</entry>
23082308
<entry><type>time</type> '04:00'</entry>
23092309
</row>
23102310

23112311
<row>
2312-
<entry> <type><literal>-</literal> </entry>
2312+
<entry> <literal>-</literal> </entry>
23132313
<entry><type>timestamp</type> '2001-09-28 23:00' - <type>interval</type> '23 hours'</entry>
23142314
<entry><type>timestamp</type> '2001-09-28'</entry>
23152315
</row>
23162316

23172317
<row>
2318-
<entry> <type><literal>-</literal> </entry>
2318+
<entry> <literal>-</literal> </entry>
23192319
<entry><type>date</type> '2001-09-28' + <type>interval</type> '1 hour'</entry>
23202320
<entry><type>timestamp</type> '2001-09-27 23:00'</entry>
23212321
</row>
23222322

23232323
<row>
2324-
<entry> <type><literal>-</literal> </entry>
2324+
<entry> <literal>-</literal> </entry>
23252325
<entry><type>time</type> '05:00' + <type>interval</type> '2 hours'</entry>
23262326
<entry><type>time</type> '03:00'</entry>
23272327
</row>
23282328

23292329
<row>
2330-
<entry> <type><literal>-</literal> </entry>
2330+
<entry> <literal>-</literal> </entry>
23312331
<entry><type>interval</type> '2 hours' - <type>time</type> '05:00'</entry>
23322332
<entry><type>time</type> '03:00:00'</entry>
23332333
</row>

doc/src/sgml/recovery.sgml

+5-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
corrupted or incomplete WAL files. This failure condition is
3131
detected and the database will refuse to start up. You must free
3232
up additional space on the disk (or move the WAL area to another
33-
disk; see <xref id=xxx></xref>) and then restart the
33+
disk; see <xref linkend="wal-configuration">) and then restart the
3434
<application>postmaster</application> to recover from this condition.
3535
</para>
3636
</sect1>
@@ -48,6 +48,7 @@
4848
</para>
4949
</sect1>
5050

51+
<!--
5152
<sect1>
5253
<title>File Corrupted</title>
5354

@@ -82,6 +83,8 @@
8283
<para>
8384
</para>
8485
</sect1>
86+
-->
87+
8588
</chapter>
8689

8790
<chapter Id="recovery">
@@ -97,8 +100,7 @@
97100
have considered and prepared for various failure scenarios.
98101
</para>
99102

100-
<sect1>
101-
103+
</chapter>
102104

103105
<!-- Keep this comment at the end of the file
104106
Local variables:

0 commit comments

Comments
 (0)