From f14d43d2d32ded7eb400d1a1daa6d50163628f7c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 25 Nov 2006 00:38:53 +0000 Subject: [PATCH] Document that to_char() "TM" is controlled by lc_messages. --- doc/src/sgml/func.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 45db44b4bc..1e092c4ce7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -4689,7 +4689,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})'); TM prefix - translation mode (print localized day and month names) + translation mode (print localized day and month names based on lc_messages) TMMonth -- 2.40.0