Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf59ccc

Browse files
committed
A few more fixes for the <replaceable>able> fiasco.
1 parent16402ac commitbf59ccc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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 $
33
PostgreSQL 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>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp