diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-02-28 02:19:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-02-28 02:19:47 +0000 |
commit | 0ff1c3e547d043f6d6f83e94ee48418a2bf4391b (patch) | |
tree | ef40eb53c8c6caa5f70a9fce686d51238a210945 | |
parent | d6166a5d7ed2caf58790f528bbe271f6830d17c0 (diff) | |
download | postgresql-0ff1c3e547d043f6d6f83e94ee48418a2bf4391b.tar.gz postgresql-0ff1c3e547d043f6d6f83e94ee48418a2bf4391b.zip |
*** empty log message ***
-rw-r--r-- | doc/src/sgml/charset.sgml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index eeef7a22c43..9d57175b827 100644 --- a/doc/src/sgml/charset.sgml +++ b/doc/src/sgml/charset.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.96 2010/02/03 17:25:05 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.97 2010/02/28 02:19:47 momjian Exp $ --> <chapter id="charset"> <title>Localization</> @@ -68,8 +68,15 @@ initdb --locale=sv_SE in Sweden (<literal>SE</>). Other possibilities might be <literal>en_US</> (U.S. English) and <literal>fr_CA</> (French Canadian). If more than one character set can be used for a - locale then the specifications look like this: - <literal>cs_CZ.ISO8859-2</>. What locales are available on your + locale then the specifications can take the form + <replaceable>language_territory.codeset</>. For example, + <literal>fr_BE.UTF-8</> represents the French language (fr) as + spoken in Belgium (BE), with a <acronym>UTF-8</> character set + encoding. + </para> + + <para> + What locales are available on your system under what names depends on what was provided by the operating system vendor and what was installed. On most Unix systems, the command <literal>locale -a</> will provide a list of available locales. |