blob: 7424a3cc53e9ba5b1b302c8fe4798d57f79c8fcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
===========================================================================
== NOTICE ==
== ==
Make sure that your system is older than
- 600014 for 6.0-CURRENT
- 503105 for 5.x
or please apply this patch: http://people.freebsd.org/~fjoe/vswprintf.c.diff
and rebuild libc.
You need to use either C or Latin-1 locale OR use locale with multibyte
encoding (any UTF-8 locale, Big5 or EUC locales). pgadmin3 will not work
in single-byte non-Latin-1 locales, for example ru_RU.KOI8-R.
Use ru_RU.UTF-8 in the example above instead.
== ==
===========================================================================
|