Re: Char(100) fields

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Char(100) fields
Дата
Msg-id 18347.1095882643@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Char(100) fields  ("Waldomiro" <wmiro@ig.com.br>)
Список pgsql-jdbc
"Waldomiro" <wmiro@ig.com.br> writes:
> now I have an error "value too long for type character(100)"

Perhaps you are using unicode but forgot to set up the database with the
proper encoding?  The DB is going to count bytes not characters if it's
in SQL_ASCII encoding, for example.

            regards, tom lane

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

Предыдущее
От: "Jaroslaw J. Pyszny"
Дата:
Сообщение: Re: Auto-increment serial (Postgresql JDBC driver w/
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Problem linking Postgresql JDBC driverb and Matlab (Linux)