1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.305 2006/02/1203:22:16 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.306 2006/02/1204:44:15 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -4647,6 +4647,11 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
4647
4647
<entry>fixed format global option (see usage notes)</entry>
4648
4648
<entry><literal>FX Month DD Day</literal></entry>
4649
4649
</row>
4650
+ <row>
4651
+ <entry><literal>TM</literal> prefix</entry>
4652
+ <entry>translation mode (print localized day and month names)</entry>
4653
+ <entry><literal>TMMonth</literal></entry>
4654
+ </row>
4650
4655
<row>
4651
4656
<entry><literal>SP</literal> suffix</entry>
4652
4657
<entry>spell mode (not yet implemented)</entry>
@@ -4668,6 +4673,12 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
4668
4673
</para>
4669
4674
</listitem>
4670
4675
4676
+ <listitem>
4677
+ <para>
4678
+ <literal>TM</literal> does not include trailing blanks.
4679
+ </para>
4680
+ </listitem>
4681
+
4671
4682
<listitem>
4672
4683
<para>
4673
4684
<function>to_timestamp</function> and <function>to_date</function>