From f4710020d6a22591a98c29ed9b99ed7fb1b534cd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 25 Nov 2000 13:20:05 +0000 Subject: [PATCH] Repair markup --- doc/src/sgml/func.sgml | 17 +++++++++-------- doc/src/sgml/reference.sgml | 3 +-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 27a6bbc7c5..ea1ca43329 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -966,14 +966,15 @@ 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'). diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 349a11b914..0fc9f22eda 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -1,5 +1,5 @@ @@ -88,7 +88,6 @@ PostgreSQL Reference Manual &selectInto; &set; &setConstraints; - &setSession; &setTransaction; &show; &truncate;