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

Commit 14d3c64

Browse files
committed
Don't put empty paragraphs around tables. This messed up JadeTeX somehow,
and doesn't make sense strictly speaking.
1 parent 64024d1 commit 14d3c64

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

doc/src/sgml/func.sgml

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.92 2002/01/25 02:39:28 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.93 2002/01/30 21:55:33 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1803,7 +1803,6 @@ PostgreSQL documentation
18031803
template that defines the output or input format.
18041804
</para>
18051805

1806-
<para>
18071806
<table tocentry="1">
18081807
<title>Formatting Functions</title>
18091808
<tgroup cols="4">
@@ -1867,7 +1866,6 @@ PostgreSQL documentation
18671866
</tbody>
18681867
</tgroup>
18691868
</table>
1870-
</para>
18711869

18721870
<para>
18731871
In an output template string, there are certain patterns that are
@@ -1878,7 +1876,6 @@ PostgreSQL documentation
18781876
values to be found there.
18791877
</para>
18801878

1881-
<para>
18821879
<table tocentry="1">
18831880
<title>Template patterns for date/time conversions</title>
18841881
<tgroup cols="2">
@@ -2064,7 +2061,6 @@ PostgreSQL documentation
20642061
</tbody>
20652062
</tgroup>
20662063
</table>
2067-
</para>
20682064

20692065
<para>
20702066
Certain modifiers may be applied to any template pattern to alter its
@@ -2073,7 +2069,6 @@ PostgreSQL documentation
20732069
<quote><literal>FM</literal></quote> prefix.
20742070
</para>
20752071

2076-
<para>
20772072
<table tocentry="1">
20782073
<title>Template pattern modifiers for date/time conversions</title>
20792074
<tgroup cols="3">
@@ -2113,7 +2108,6 @@ PostgreSQL documentation
21132108
</tbody>
21142109
</tgroup>
21152110
</table>
2116-
</para>
21172111

21182112
<para>
21192113
Usage notes:
@@ -2209,7 +2203,6 @@ PostgreSQL documentation
22092203
</itemizedlist>
22102204
</para>
22112205

2212-
<para>
22132206
<table tocentry="1">
22142207
<title>Template patterns for numeric conversions</title>
22152208
<tgroup cols="2">
@@ -2288,7 +2281,6 @@ PostgreSQL documentation
22882281
</tbody>
22892282
</tgroup>
22902283
</table>
2291-
</para>
22922284

22932285
<para>
22942286
Usage notes:
@@ -2346,7 +2338,6 @@ PostgreSQL documentation
23462338
</itemizedlist>
23472339
</para>
23482340

2349-
<para>
23502341
<table tocentry="1">
23512342
<title><function>to_char</function> Examples</title>
23522343
<tgroup cols="2">
@@ -2492,7 +2483,7 @@ PostgreSQL documentation
24922483
</tbody>
24932484
</tgroup>
24942485
</table>
2495-
</para>
2486+
24962487
</sect1>
24972488

24982489

@@ -3827,7 +3818,6 @@ SELECT TIMESTAMP 'now';
38273818
<literal>colname::inet</literal>.
38283819
</para>
38293820

3830-
<para>
38313821
<table tocentry="1" id="macaddr-functions">
38323822
<title><type>macaddr</> Functions</title>
38333823
<tgroup cols="5">
@@ -3851,7 +3841,6 @@ SELECT TIMESTAMP 'now';
38513841
</tbody>
38523842
</tgroup>
38533843
</table>
3854-
</para>
38553844

38563845
<para>
38573846
The function <function>trunc</>(<type>macaddr</>) returns a MAC

0 commit comments

Comments
 (0)