Re: using functions to generate custom error messages - Mailing list pgsql-novice

From Joel Rodrigues
Subject Re: using functions to generate custom error messages
Date
Msg-id F8FB07C1-F898-11D6-BA43-0005024EF27F@Phreaker.net
Whole thread Raw
In response to using functions to generate custom error messages  (Joel Rodrigues <borgempath@Phreaker.net>)
List 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 by date:

Previous
From: Ludwig Lim
Date:
Subject: core dump in psql (Is it a bug?)
Next
From: Rory Campbell-Lange
Date:
Subject: Re: Return serial from insert