1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add Swedish_Sweden.1252 Windows locale example to docs.

This commit is contained in:
Bruce Momjian
2008-07-15 17:45:03 +00:00
parent 590510136e
commit bd53eb4b05

View File

@ -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"> <chapter id="charset">
<title>Localization</> <title>Localization</>
@ -75,7 +75,8 @@ initdb --locale=sv_SE
names on your system depends on what was provided by the operating names on your system depends on what was provided by the operating
system vendor and what was installed. On most Unix systems, the command system vendor and what was installed. On most Unix systems, the command
<literal>locale -a</> will provide a list of available locales. <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>
<para> <para>