diff options
| author | Bruce Momjian | 2000-07-01 21:27:14 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-07-01 21:27:14 +0000 |
| commit | e2252604404eedd326f1c4ec54e76973e95afd3a (patch) | |
| tree | fc22c83e4ebc88465a2597b6c7dedb99e6dd5b17 /doc/src | |
| parent | b150906b8959ffb42a7322e1c9806798367d2e45 (diff) | |
Back out Karels to_char changes.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/func.sgml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 731f24902eb..0023a28b0aa 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -785,11 +785,11 @@ </row> <row> <entry>W</entry> - <entry>week of month (1-5) where first week start on the first day of the month</entry> + <entry>week of month</entry> </row> <row> <entry>WW</entry> - <entry>week number of year (1-53) where first week start on the first day of the year</entry> + <entry>week number of year</entry> </row> <row> <entry>CC</entry> @@ -871,12 +871,9 @@ <listitem> <para> <function>to_timestamp</function> and <function>to_date</function> - skip multiple blank space in converted string if the <literal>FX</literal> option - is not used. <literal>FX</literal> must be specified as the first item - in the template; for example - <literal>to_timestamp('2000 JUN','YYYY MON')</literal> is right, but - <literal>to_timestamp('2000 JUN','FXYYYY MON')</literal> returns error, - because to_timestamp() expects one blank space only. + skip blank space if the <literal>FX</literal> option is + not used. <literal>FX</literal> must be specified as the first item + in the template. </para> </listitem> |
