Re: Exception handling from trigger

From: Vlad Dimitriu <vlad(dot)dimitriu(at)base(dot)ro>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Exception handling from trigger
Date: 2004-08-09 17:48:08
Message-ID: 4117B8D8.6050904@base.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ....

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message David Stanaway 2004-08-09 20:16:29 UPDATE FROM problem, multiple updates of same row don't seem to work
Previous Message Josh Berkus 2004-08-09 17:39:41 Re: Suggestions on storing re-occurring calendar events