]> granicus.if.org Git - postgresql/commitdiff
Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Dec 2003 23:36:19 +0000 (23:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 30 Dec 2003 23:36:19 +0000 (23:36 +0000)
LC_CTYPE settings of a database.

doc/src/sgml/charset.sgml

index 6b47efccab5ee2ea6e38fa0cd5710ab45d5ba015..7a324ea965e74c4cfc74a3875322f24c3afe17bc 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.41 2003/11/29 19:51:36 pgsql Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.42 2003/12/30 23:36:19 tgl Exp $ -->
 
 <chapter id="charset">
  <title>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>