Re: using functions to generate custom error messages

Поиск
Список
Период
Сортировка
От Joel Rodrigues
Тема Re: using functions to generate custom error messages
Дата
Msg-id F8FB07C1-F898-11D6-BA43-0005024EF27F@Phreaker.net
обсуждение исходный текст
Ответ на using functions to generate custom error messages  (Joel Rodrigues <borgempath@Phreaker.net>)
Список pgsql-novice
I just realized there's another wee disadvantage to using
functions to generate custom error messages. These are "Trigger
Functions"  which do not have arguments, so have to be defined
per table, and are not reusable.

And then there's the task of keeping track of all the functions
you create...

Still, there's something here.

- Joel



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

Предыдущее
От: Ludwig Lim
Дата:
Сообщение: core dump in psql (Is it a bug?)
Следующее
От: Rory Campbell-Lange
Дата:
Сообщение: Re: Return serial from insert