From 5e545151671fa4ab3cf0e62ffd1e207609ad1517 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 30 Dec 2003 23:36:19 +0000 Subject: [PATCH] Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and LC_CTYPE settings of a database. --- doc/src/sgml/charset.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 6b47efccab5..7a324ea965e 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ - + Localization</> @@ -235,8 +235,7 @@ initdb --locale=sv_SE settings including <envar>LC_MESSAGES</> and <envar>LC_MONETARY</> are initially determined by the environment the server is started in. You can check the <envar>LC_COLLATE</> and <envar>LC_CTYPE</> - settings of a database with the utility program - <command>pg_controldata</>. + settings of a database using the <command>SHOW</> command. </para> <para> -- 2.47.2