Skip to content

Commit f471002

Browse files
committed
Repair markup
1 parent 63edc5c commit f471002

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/src/sgml/func.sgml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -966,14 +966,15 @@
966966
<listitem>
967967
<para>
968968
<literal>YYYY</literal> conversion from string to timestamp or
969-
date is limited if you use year great than 4-digits. You must
970-
use after <literal>YYYY</literal> some non-digit char or template
971-
else year is always interpreted as 4-digits. For example (with year
972-
20000):
973-
<literal> to_date('200001131', 'YYYYMMDD') <literal> will bad
974-
interpreded as 4-digits year, right is use after year non-digit
975-
separator <literal> to_date('20000-1131', 'YYYY-MMDD')<literal> or
976-
<literal> to_date('20000Nov31', 'YYYYMonDD')<literal>.
969+
date is limited if you use a year longer than 4-digits. You must
970+
use some non-digit character or template after <literal>YYYY</literal>,
971+
otherwise the year is always interpreted as 4-digits. For example
972+
(with year 20000):
973+
<literal>to_date('200001131', 'YYYYMMDD')</literal> will be
974+
interpreted as a 4-digit year, better is to use a non-digit
975+
separator after the year, like
976+
<literal>to_date('20000-1131', 'YYYY-MMDD')</literal> or
977+
<literal>to_date('20000Nov31', 'YYYYMonDD')</literal>.
977978
</para>
978979
</listitem>
979980
</itemizedlist>

doc/src/sgml/reference.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- reference.sgml
2-
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.9 2000/11/24 17:44:22 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.10 2000/11/25 13:20:05 petere Exp $
33

44
PostgreSQL Reference Manual
55
-->
@@ -88,7 +88,6 @@ PostgreSQL Reference Manual
8888
&selectInto;
8989
&set;
9090
&setConstraints;
91-
&setSession;
9291
&setTransaction;
9392
&show;
9493
&truncate;

0 commit comments

Comments
 (0)