diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 96f9ce0a14d..45db44b4bc3 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