Re: Automatic conversion from Unicode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Automatic conversion from Unicode
Дата
Msg-id 2308.1066751158@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Automatic conversion from Unicode  (Michael Brusser <michael@synchronicity.com>)
Список pgsql-hackers
Michael Brusser <michael@synchronicity.com> writes:
> I looked into table pg_conversion - it's empty.

We've seen that reported before.  IIRC, it is possible to have
dynamic-linking problems with loading the pg_conversion support
libraries, and the 7.3 version of initdb has a bad habit of sending
the resulting error messages to /dev/null rather than letting you
know there's a problem.

You might tryinitdb -d -D some_junk_directory 2>initdb.err
(beware, this will produce megabytes worth of uninteresting messages
on stderr), and then looking at the last few hundred lines for relevant
error messages.

I spent a little time digging in the archives for previous reports,
without much success, but I remember it's come up before.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregor Zeitlinger
Дата:
Сообщение: is GiST still alive?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: A couple of TODO notes