|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.41 2003/11/29 19:51:36 pgsql Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.42 2003/12/30 23:36:19 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="charset">
|
4 | 4 | <title>Localization</>
|
@@ -235,8 +235,7 @@ initdb --locale=sv_SE
|
235 | 235 | settings including <envar>LC_MESSAGES</> and <envar>LC_MONETARY</>
|
236 | 236 | are initially determined by the environment the server is started
|
237 | 237 | in. You can check the <envar>LC_COLLATE</> and <envar>LC_CTYPE</>
|
238 |
| - settings of a database with the utility program |
239 |
| - <command>pg_controldata</>. |
| 238 | + settings of a database using the <command>SHOW</> command. |
240 | 239 | </para>
|
241 | 240 |
|
242 | 241 | <para>
|
|