mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Don't put empty paragraphs around tables. This messed up JadeTeX somehow,
and doesn't make sense strictly speaking.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.92 2002/01/25 02:39:28 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.93 2002/01/30 21:55:33 petere Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -1803,7 +1803,6 @@ PostgreSQL documentation
|
|||||||
template that defines the output or input format.
|
template that defines the output or input format.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
<table tocentry="1">
|
<table tocentry="1">
|
||||||
<title>Formatting Functions</title>
|
<title>Formatting Functions</title>
|
||||||
<tgroup cols="4">
|
<tgroup cols="4">
|
||||||
@ -1867,7 +1866,6 @@ PostgreSQL documentation
|
|||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
In an output template string, there are certain patterns that are
|
In an output template string, there are certain patterns that are
|
||||||
@ -1878,7 +1876,6 @@ PostgreSQL documentation
|
|||||||
values to be found there.
|
values to be found there.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
<table tocentry="1">
|
<table tocentry="1">
|
||||||
<title>Template patterns for date/time conversions</title>
|
<title>Template patterns for date/time conversions</title>
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
@ -2064,7 +2061,6 @@ PostgreSQL documentation
|
|||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Certain modifiers may be applied to any template pattern to alter its
|
Certain modifiers may be applied to any template pattern to alter its
|
||||||
@ -2073,7 +2069,6 @@ PostgreSQL documentation
|
|||||||
<quote><literal>FM</literal></quote> prefix.
|
<quote><literal>FM</literal></quote> prefix.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
<table tocentry="1">
|
<table tocentry="1">
|
||||||
<title>Template pattern modifiers for date/time conversions</title>
|
<title>Template pattern modifiers for date/time conversions</title>
|
||||||
<tgroup cols="3">
|
<tgroup cols="3">
|
||||||
@ -2113,7 +2108,6 @@ PostgreSQL documentation
|
|||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Usage notes:
|
Usage notes:
|
||||||
@ -2209,7 +2203,6 @@ PostgreSQL documentation
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
<table tocentry="1">
|
<table tocentry="1">
|
||||||
<title>Template patterns for numeric conversions</title>
|
<title>Template patterns for numeric conversions</title>
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
@ -2288,7 +2281,6 @@ PostgreSQL documentation
|
|||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Usage notes:
|
Usage notes:
|
||||||
@ -2346,7 +2338,6 @@ PostgreSQL documentation
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
<table tocentry="1">
|
<table tocentry="1">
|
||||||
<title><function>to_char</function> Examples</title>
|
<title><function>to_char</function> Examples</title>
|
||||||
<tgroup cols="2">
|
<tgroup cols="2">
|
||||||
@ -2492,7 +2483,7 @@ PostgreSQL documentation
|
|||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
|
||||||
@ -3827,7 +3818,6 @@ SELECT TIMESTAMP 'now';
|
|||||||
<literal>colname::inet</literal>.
|
<literal>colname::inet</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
<table tocentry="1" id="macaddr-functions">
|
<table tocentry="1" id="macaddr-functions">
|
||||||
<title><type>macaddr</> Functions</title>
|
<title><type>macaddr</> Functions</title>
|
||||||
<tgroup cols="5">
|
<tgroup cols="5">
|
||||||
@ -3851,7 +3841,6 @@ SELECT TIMESTAMP 'now';
|
|||||||
</tbody>
|
</tbody>
|
||||||
</tgroup>
|
</tgroup>
|
||||||
</table>
|
</table>
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The function <function>trunc</>(<type>macaddr</>) returns a MAC
|
The function <function>trunc</>(<type>macaddr</>) returns a MAC
|
||||||
|
Reference in New Issue
Block a user