aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-08-29 05:17:55 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-08-29 05:17:55 +0000
commitbf59ccc7d80739fec98c7c1eacdc41460780f741 (patch)
treede2d64c757c3f480b07465a406392ed5a30fd718 /doc/src
parent16402ac6e30c3359458ff4d0758384b3fa3454e3 (diff)
downloadpostgresql-bf59ccc7d80739fec98c7c1eacdc41460780f741.tar.gz
postgresql-bf59ccc7d80739fec98c7c1eacdc41460780f741.zip
A few more fixes for the <replaceable>able> fiasco.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/func.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 6d5501b3b35..e954f8e7bf9 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -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
-->
@@ -2736,12 +2736,12 @@ PostgreSQL documentation
</row>
<row>
<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>
</row>
<row>
<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>
</row>
<row>
@@ -2766,12 +2766,12 @@ PostgreSQL documentation
</row>
<row>
<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>
</row>
<row>
<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>
</row>
<row>
@@ -4993,8 +4993,8 @@ END
<bridgehead renderas="sect2">COALESCE</bridgehead>
<synopsis>
-<function>COALESCE</function>(<replaceable>value</replaceable><optional
- >, ...</optional>)
+<function>COALESCE</function>(<replaceable>value</replaceable>
+<optional>, ...</optional>)
</synopsis>
<para>