Re: using functions to generate custom error messages

From: Joel Rodrigues <borgempath(at)Phreaker(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: using functions to generate custom error messages
Date: 2002-11-15 12:51:34
Message-ID: F8FB07C1-F898-11D6-BA43-0005024EF27F@Phreaker.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2002-11-15 15:38:28 Re: core dump in psql (Is it a bug?)
Previous Message Ludwig Lim 2002-11-15 09:50:47 core dump in psql (Is it a bug?)