From 016e0b4177ed9e3ef6d7d4d5ba6592a7ecfe3eec Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 20 Nov 2006 20:20:18 +0000 Subject: [PATCH] For to_char() day/month abbrevitions, mention "3 chars in English, localized lengths vary". --- doc/src/sgml/func.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 96f9ce0a14..45db44b4bc 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -4553,15 +4553,15 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); MON - abbreviated uppercase month name (3 chars) + abbreviated uppercase month name (3 chars in English, localized lengths vary) Mon - abbreviated mixed-case month name (3 chars) + abbreviated mixed-case month name (3 chars in English, localized lengths vary) mon - abbreviated lowercase month name (3 chars) + abbreviated lowercase month name (3 chars in English, localized lengths vary) MM @@ -4581,15 +4581,15 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); DY - abbreviated uppercase day name (3 chars) + abbreviated uppercase day name (3 chars in English, localized lengths vary) Dy - abbreviated mixed-case day name (3 chars) + abbreviated mixed-case day name (3 chars in English, localized lengths vary) dy - abbreviated lowercase day name (3 chars) + abbreviated lowercase day name (3 chars in English, localized lengths vary) DDD -- 2.40.0