|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.89 2008/09/23 10:58:03 heikki Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.90 2008/09/24 16:30:26 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="charset">
|
4 | 4 | <title>Localization</>
|
@@ -321,7 +321,7 @@ initdb --locale=sv_SE
|
321 | 321 | <para>
|
322 | 322 | An important restriction, however, is that each database's character set
|
323 | 323 | must be compatible with the database's <envar>LC_CTYPE</> and
|
324 |
| - <envvar>LC_COLLATE</> locale settings. For <literal>C</> or |
| 324 | + <envar>LC_COLLATE</> locale settings. For <literal>C</> or |
325 | 325 | <literal>POSIX</> locale, any character set is allowed, but for other
|
326 | 326 | locales there is only one character set that will work correctly.
|
327 | 327 | </para>
|
|