Re: feature request ? - Mailing list pgsql-sql

From sad
Subject Re: feature request ?
Date
Msg-id 200406241655.26065.sad@bankir.ru
Whole thread Raw
In response to Re: feature request ?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Responses Re: feature request ?  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-sql
>  If you were to add a NULL block you'd have to deal with things
> like, if you only have a then and else, do you run the else on NULL or do
> you do nothing?  If you do nothing, what if you want the null and else to
> be the same, do you add another way to specify that?  If you do the else,
> then the else stops making sense since it's sometimes false and sometimes
> not true.

it is only syntax problem.
really we have more than one way to continue execution if one block is skipped
so your are free to define IF's behavior any way, particularly the way it is
defined now.

two-blocks IF is oviously enough to code ANY algorythm
but the three-blocks IF is more adequate to tri-valued BOOL





pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: feature request ?
Next
From: Stephan Szabo
Date:
Subject: Re: feature request ?