mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
A few more fixes for the <replaceable>able> fiasco.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.117 2002/08/22 04:56:44 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.118 2002/08/29 05:17:55 tgl Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -2736,12 +2736,12 @@ PostgreSQL documentation
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>AM</literal> or <literal>A.M.</literal> or
|
<entry><literal>AM</literal> or <literal>A.M.</literal> or
|
||||||
<literal>li</literal> or <literal>P.M.</literal></entry>
|
<literal>PM</literal> or <literal>P.M.</literal></entry>
|
||||||
<entry>meridian indicator (upper case)</entry>
|
<entry>meridian indicator (upper case)</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>am</literal> or <literal>a.m.</literal> or
|
<entry><literal>am</literal> or <literal>a.m.</literal> or
|
||||||
<literal>li</literal> or <literal>p.m.</literal></entry>
|
<literal>pm</literal> or <literal>p.m.</literal></entry>
|
||||||
<entry>meridian indicator (lower case)</entry>
|
<entry>meridian indicator (lower case)</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -2766,12 +2766,12 @@ PostgreSQL documentation
|
|||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>BC</literal> or <literal>B.C.</literal> or
|
<entry><literal>BC</literal> or <literal>B.C.</literal> or
|
||||||
<literal>li</literal> or <literal>A.D.</literal></entry>
|
<literal>AD</literal> or <literal>A.D.</literal></entry>
|
||||||
<entry>era indicator (upper case)</entry>
|
<entry>era indicator (upper case)</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><literal>bc</literal> or <literal>b.c.</literal> or
|
<entry><literal>bc</literal> or <literal>b.c.</literal> or
|
||||||
<literal>li</literal> or <literal>a.d.</literal></entry>
|
<literal>ad</literal> or <literal>a.d.</literal></entry>
|
||||||
<entry>era indicator (lower case)</entry>
|
<entry>era indicator (lower case)</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
@ -4993,8 +4993,8 @@ END
|
|||||||
<bridgehead renderas="sect2">COALESCE</bridgehead>
|
<bridgehead renderas="sect2">COALESCE</bridgehead>
|
||||||
|
|
||||||
<synopsis>
|
<synopsis>
|
||||||
<function>COALESCE</function>(<replaceable>value</replaceable><optional
|
<function>COALESCE</function>(<replaceable>value</replaceable>
|
||||||
>, ...</optional>)
|
<optional>, ...</optional>)
|
||||||
</synopsis>
|
</synopsis>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user