Recommend SHOW, instead of pg_controldata, for checking LC_COLLATE and

LC_CTYPE settings of a database.
This commit is contained in:
Tom Lane 2003-12-30 23:36:19 +00:00
parent cf4d324d02
commit 5e54515167
1 changed files with 2 additions and 3 deletions

View 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"> <chapter id="charset">
<title>Localization</> <title>Localization</>
@ -235,8 +235,7 @@ initdb --locale=sv_SE
settings including <envar>LC_MESSAGES</> and <envar>LC_MONETARY</> settings including <envar>LC_MESSAGES</> and <envar>LC_MONETARY</>
are initially determined by the environment the server is started are initially determined by the environment the server is started
in. You can check the <envar>LC_COLLATE</> and <envar>LC_CTYPE</> in. You can check the <envar>LC_COLLATE</> and <envar>LC_CTYPE</>
settings of a database with the utility program settings of a database using the <command>SHOW</> command.
<command>pg_controldata</>.
</para> </para>
<para> <para>