Re: Exception handling from trigger

Поиск
Список
Период
Сортировка
От Vlad Dimitriu
Тема Re: Exception handling from trigger
Дата
Msg-id 4117B8D8.6050904@base.ro
обсуждение исходный текст
Ответ на Re: Exception handling from trigger  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql

I would design those columns as text
and enforce value length restrictions with triggers.

It's a false problem:  I define the data type for a field and
want to check his value after the exception that I can't fit
larger data into my field.

Thank you, Rod, Tom ....



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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Suggestions on storing re-occurring calendar events
Следующее
От: David Stanaway
Дата:
Сообщение: UPDATE FROM problem, multiple updates of same row don't seem to work