11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.117 2002/08/22 04:56:44 momjian Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.118 2002/08/29 05:17:55 tgl Exp $
33PostgreSQL documentation
44-->
55
@@ -2736,12 +2736,12 @@ PostgreSQL documentation
27362736 </row>
27372737 <row>
27382738<entry><literal>AM</literal> or <literal>A.M.</literal> or
2739- <literal>li </literal> or <literal>P.M.</literal></entry>
2739+ <literal>PM </literal> or <literal>P.M.</literal></entry>
27402740<entry>meridian indicator (upper case)</entry>
27412741 </row>
27422742 <row>
27432743<entry><literal>am</literal> or <literal>a.m.</literal> or
2744- <literal>li </literal> or <literal>p.m.</literal></entry>
2744+ <literal>pm </literal> or <literal>p.m.</literal></entry>
27452745<entry>meridian indicator (lower case)</entry>
27462746 </row>
27472747 <row>
@@ -2766,12 +2766,12 @@ PostgreSQL documentation
27662766 </row>
27672767 <row>
27682768<entry><literal>BC</literal> or <literal>B.C.</literal> or
2769- <literal>li </literal> or <literal>A.D.</literal></entry>
2769+ <literal>AD </literal> or <literal>A.D.</literal></entry>
27702770<entry>era indicator (upper case)</entry>
27712771 </row>
27722772 <row>
27732773<entry><literal>bc</literal> or <literal>b.c.</literal> or
2774- <literal>li </literal> or <literal>a.d.</literal></entry>
2774+ <literal>ad </literal> or <literal>a.d.</literal></entry>
27752775<entry>era indicator (lower case)</entry>
27762776 </row>
27772777 <row>
@@ -4993,8 +4993,8 @@ END
49934993 <bridgehead renderas="sect2">COALESCE</bridgehead>
49944994
49954995<synopsis>
4996- <function>COALESCE</function>(<replaceable>value</replaceable><optional
4997- >, ...</optional>)
4996+ <function>COALESCE</function>(<replaceable>value</replaceable>
4997+ <optional >, ...</optional>)
49984998</synopsis>
49994999
50005000 <para>