From 402c5316023672e45929aed9b3b056a8a18e7408 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 | 1 - 2 files changed, 9 insertions(+), 9 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 720c6dd87f..8df075d399 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -88,7 +88,6 @@ PostgreSQL Reference Manual &selectInto; &set; &setConstraints; - &setSession; &setTransaction; &show; &truncate; -- 2.39.5