diff options
-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> |