Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e225260

Browse files
committed
Back out Karels to_char changes.
1 parent b150906 commit e225260

File tree

3 files changed

+407
-462
lines changed

3 files changed

+407
-462
lines changed

doc/src/sgml/func.sgml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -785,11 +785,11 @@
785785
</row>
786786
<row>
787787
<entry>W</entry>
788-
<entry>week of month (1-5) where first week start on the first day of the month</entry>
788+
<entry>week of month</entry>
789789
</row>
790790
<row>
791791
<entry>WW</entry>
792-
<entry>week number of year (1-53) where first week start on the first day of the year</entry>
792+
<entry>week number of year</entry>
793793
</row>
794794
<row>
795795
<entry>CC</entry>
@@ -871,12 +871,9 @@
871871
<listitem>
872872
<para>
873873
<function>to_timestamp</function> and <function>to_date</function>
874-
skip multiple blank space in converted string if the <literal>FX</literal> option
875-
is not used. <literal>FX</literal> must be specified as the first item
876-
in the template; for example
877-
<literal>to_timestamp('2000 JUN','YYYY MON')</literal> is right, but
878-
<literal>to_timestamp('2000 JUN','FXYYYY MON')</literal> returns error,
879-
because to_timestamp() expects one blank space only.
874+
skip blank space if the <literal>FX</literal> option is
875+
not used. <literal>FX</literal> must be specified as the first item
876+
in the template.
880877
</para>
881878
</listitem>
882879

0 commit comments

Comments
 (0)