From: Bruce Momjian Date: Mon, 20 Nov 2006 20:20:18 +0000 (+0000) Subject: For to_char() day/month abbrevitions, mention "3 chars in English, X-Git-Tag: REL8_2_RC1~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=016e0b4177ed9e3ef6d7d4d5ba6592a7ecfe3eec;p=postgresql For to_char() day/month abbrevitions, mention "3 chars in English, localized lengths vary". --- 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