blob: 4ffe00fdf5fb5dedff1db4f69f099a837a25f768 (
plain)
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 newer than
- 600014 for 6.x and later
- 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.
== ==
===========================================================================
|