From: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
---|---|
To: | Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
Cc: | Christoph Haller <ch(at)rodos(dot)fzk(dot)de>, pgsql-sql(at)postgresql(dot)org, rlucas(at)tercent(dot)net |
Subject: | Re: Testing castability of text to numeric |
Date: | 2003-05-20 14:57:53 |
Message-ID: | 3ECA4271.4080400@Yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Achilleus Mantzios wrote:
> On Fri, 16 May 2003, Christoph Haller wrote:
>
>
>>>I am trying to create a function that will test if a given text value
>>>may safely be cast to numeric, returning the numeric cast or null if
>>>impossible.
>>
>
> I think that progress is being made on
> having java as a serverside language
> (i.e. plpgjava).
> Stored procedures in java would be really handy in order
> to do staff like that, java is known for its
> "exceptional" exception handling!
It doesn't matter how exceptional Java's exception handling is.
PostgreSQL's exception handling is just like a black hole - once the
gravity got it, you won't get your transaction back ever.
The current effort on subtransactions might change that. But I'm not
sure what performance impact or other side effects it will have to
execute every single statement inside of a stored procedure as a
separate subtransaction just to have catchable exceptions.
Jan
--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #
From | Date | Subject | |
---|---|---|---|
Next Message | Achilleus Mantzios | 2003-05-20 15:16:20 | Re: Drop CONSTRAINT |
Previous Message | Eric Anderson Vianet SAO | 2003-05-20 14:05:38 | missing chunk number 0 for toast value 32067496 |