Automatic value truncation during update

Поиск
Список
Период
Сортировка
От Glen Parker
Тема Automatic value truncation during update
Дата
Msg-id 011301c20b2d$8832a710$0b01a8c0@johnpark.net
обсуждение исходный текст
Ответы Re: Automatic value truncation during update  (Doug Fields <dfields-pg-general@pexicom.com>)
Список pgsql-general
Postgres 7.1.* and before I believe would silently truncate values to
fit into their destination fields during insert/update, but 7.2.* gives
an error when values are too long.  I realize the new behavior is
probably more correct, but I grew accustom to the old behavior and now
have queries that rely on that behavior, for better or worse.  I don't
see a way to get pgsql to use the old behavior.  Am I missing it or is
it really not there?

Glen Parker
glenebob@nwlink.com


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

Предыдущее
От: "Johnson, Shaunn"
Дата:
Сообщение: SOLVED: invalid type error
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: invalid type error