diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-07-15 17:45:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-07-15 17:45:03 +0000 |
commit | bd53eb4b051dd7ec4c0031d9c7bb403b71786e61 (patch) | |
tree | 068e26d5283cb891b6952eaf5c6a2cfc4145fe07 | |
parent | 590510136e911f2497b636d11c08b970885e0c66 (diff) | |
download | postgresql-bd53eb4b051dd7ec4c0031d9c7bb403b71786e61.tar.gz postgresql-bd53eb4b051dd7ec4c0031d9c7bb403b71786e61.zip |
Add Swedish_Sweden.1252 Windows locale example to docs.
-rw-r--r-- | doc/src/sgml/charset.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml index 597ce6d5033..1f4866b203c 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.86 2008/07/15 01:35:23 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.87 2008/07/15 17:45:03 momjian Exp $ --> <chapter id="charset"> <title>Localization</> @@ -75,7 +75,8 @@ initdb --locale=sv_SE names on your system 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. - Windows uses more verbose names, such as <literal>German_Germany</>. + Windows uses more verbose names, such as <literal>German_Germany</> + or <literal>Swedish_Sweden.1252</>. </para> <para> |