On Wed, 25 Jun 2003 11:00:55 +0200 (CEST)
"Bjorn T Johansen" <btj(at)havleik(dot)no> wrote:
> I am guessing that since you are using an if statement, that PostgreSQL
> doesn't support writing this using exceptions. (I know I have written
> functions like this, trying to do an update first and if specific
> exception occured I then do an insert...)
hmm .. exception will issue "rollback" thus making your transaction void. any update's or inserts would vanish.
depesz