From 14d3c645b3afb21f63e90f5c3a5a219142c4dd3a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 30 Jan 2002 21:55:33 +0000 Subject: [PATCH] Don't put empty paragraphs around tables. This messed up JadeTeX somehow, and doesn't make sense strictly speaking. --- doc/src/sgml/func.sgml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index aa1b02906e..56c7b6ac05 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -1803,7 +1803,6 @@ PostgreSQL documentation template that defines the output or input format. - Formatting Functions @@ -1867,7 +1866,6 @@ PostgreSQL documentation
-
In an output template string, there are certain patterns that are @@ -1878,7 +1876,6 @@ PostgreSQL documentation values to be found there. - Template patterns for date/time conversions @@ -2064,7 +2061,6 @@ PostgreSQL documentation
-
Certain modifiers may be applied to any template pattern to alter its @@ -2073,7 +2069,6 @@ PostgreSQL documentation FM prefix. - Template pattern modifiers for date/time conversions @@ -2113,7 +2108,6 @@ PostgreSQL documentation
-
Usage notes: @@ -2209,7 +2203,6 @@ PostgreSQL documentation - Template patterns for numeric conversions @@ -2288,7 +2281,6 @@ PostgreSQL documentation
-
Usage notes: @@ -2346,7 +2338,6 @@ PostgreSQL documentation - <function>to_char</function> Examples @@ -2492,7 +2483,7 @@ PostgreSQL documentation
-
+ @@ -3827,7 +3818,6 @@ SELECT TIMESTAMP 'now'; colname::inet. - <type>macaddr</> Functions @@ -3851,7 +3841,6 @@ SELECT TIMESTAMP 'now';
-
The function trunc(macaddr) returns a MAC -- 2.40.0