pgsql/src/interfaces/libpgtcl pgtcl.c
pgsql/src/interfaces/libpgtcl pgtcl.c
От:
"Marc G. Fournier" <scrappy@hub.org>
Дата:
CVSROOT: /home/projects/pgsql/cvsroot Module name: pgsql Changes by: scrappy@hub.org 01/09/10 10:49:12 Modified files: src/interfaces/libpgtcl: pgtcl.c Log message: The attached patch should be sufficient to fix libpgtcl. It requires PostgreSQL to support unicode-conversion, but retains binary compatibility among Tcl versions. However, it neither checks at compile time not at runtime, if support for unicode-conversion does really exist and it doesn't prevent the user from changing the client encoding after initialization. I think there should be warnings about this somewhere in the documentation. Reinhard Max