From 6ce4a4e3e12a1f9bdd1bb3c7a12244371d4b80e8 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 9 Aug 2002 22:52:04 +0000 Subject: Make sure monetary, numeric, and time locale categories are set to C and are only activated temporarily to read out formatting information. --- doc/src/sgml/runtime.sgml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 8733725c2e3..8061f74ecc2 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1451,8 +1451,9 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' LC_MONETARY (string) - Sets the locale to use for formatting monetary amounts. - Acceptable values are system-dependent; see to_char() family of + functions. Acceptable values are system-dependent; see for more information. If this variable is set to the empty string (which is the default) then the value is inherited from the execution environment of the server in a @@ -1480,9 +1481,9 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' LC_TIME (string) - Sets the locale to use for formatting date and time values, - for example with the to_char() family of - functions. Acceptable values are system-dependent; see for more information. If this variable is set to the empty string (which is the default) then the value is inherited from the execution environment of the server in a -- cgit v1.2.3