Repair markup
authorPeter Eisentraut
Sat, 25 Nov 2000 13:20:05 +0000 (13:20 +0000)
committerPeter Eisentraut
Sat, 25 Nov 2000 13:20:05 +0000 (13:20 +0000)
doc/src/sgml/func.sgml
doc/src/sgml/reference.sgml

index 27a6bbc7c5af6bdd84ef0f1ce8be62974ccd4624..ea1ca43329c3827d71cacd31f1b33dd24008a4cf 100644 (file)
      
       
        YYYY conversion from string to timestamp or
-       date is limited if you use year great than 4-digits. You must
-       use after YYYY some non-digit char or template
-       else year is always interpreted as 4-digits. For example (with year
-       20000):
-        to_date('200001131', 'YYYYMMDD')  will bad 
-       interpreded as 4-digits year, right is use after year non-digit 
-       separator  to_date('20000-1131', 'YYYY-MMDD') or
-        to_date('20000Nov31', 'YYYYMonDD').
+       date is limited if you use a year longer than 4-digits. You must
+       use some non-digit character or template after YYYY,
+       otherwise the year is always interpreted as 4-digits. For example
+       (with year 20000):
+       to_date('200001131', 'YYYYMMDD') will be 
+       interpreted as a 4-digit year, better is to use a non-digit 
+       separator after the year, like
+       to_date('20000-1131', 'YYYY-MMDD') or
+       to_date('20000Nov31', 'YYYYMonDD').
       
      
     
index 349a11b914ce672c7f378e6cfb992e6cd9909074..0fc9f22eda3308e49b3b9522b7d415fbe890f8e1 100644 (file)
@@ -1,5 +1,5 @@
 
@@ -88,7 +88,6 @@ PostgreSQL Reference Manual
    &selectInto;
    &set;
    &setConstraints;
-   &setSession;
    &setTransaction;
    &show;
    &truncate;