Re: exception problem

From: java4dev <java4dev(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: exception problem
Date: 2011-02-22 18:04:07
Message-ID: 1298397847080-3395914.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Thank you Tom,

adding STRICT to INTO gave the correct result but why didn't the
EXCEPTION
WHEN TOO_MANY_ROWS THEN
RETURN FALSE;

worked?
--
View this message in context: http://postgresql.1045698.n5.nabble.com/exception-problem-tp3395874p3395914.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message java4dev 2011-02-22 18:07:10 Re: simple test code
Previous Message Tom Lane 2011-02-22 17:48:14 Re: exception problem