Re: libpgtcl and encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpgtcl and encoding
Дата
Msg-id 2554.1023817486@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: libpgtcl and encoding  (Sandro Dentella <sandro.dentella@tin.it>)
Список pgsql-interfaces
Sandro Dentella <sandro.dentella@tin.it> writes:
> This is the output on the machine where tha database that I *cannot* connect
> to (if the encoding is SQL_ASCII, no problem if UNICODE)
> --with-tcl --bindir /usr/bin/ --with-tclconfig=/opt/tcltk/lib --without-tk

Well, there's your problem: no multibyte support at all on the server.
Recent releases of libpgtcl can only talk to multibyte-enabled servers
because of Tcl's decision to be internally Unicode-only.  You'll need
both --enable-multibyte and --enable-unicode-conversion at the server.
        regards, tom lane


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

Предыдущее
От: Sandro Dentella
Дата:
Сообщение: Re: libpgtcl and encoding
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Where is PLbash ??