Re: [DOCS] BUG #11661: CASE ELSE is evaluated although condition is true - Mailing list pgsql-bugs

From Marti Raudsepp
Subject Re: [DOCS] BUG #11661: CASE ELSE is evaluated although condition is true
Date
Msg-id CABRT9RAdLMs2J-Q-39wOXcaO_KTFuc2VqhXsZGArG_-F0RXFsQ@mail.gmail.com
Whole thread Raw
In response to Re: [DOCS] BUG #11661: CASE ELSE is evaluated although condition is true  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: [DOCS] BUG #11661: CASE ELSE is evaluated although condition is true  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
On Tue, Nov 11, 2014 at 9:52 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Ah, OK. I wasn't aware of this execution order. Now we could as well
> split the description flow into more tiny paragraphs but this does not
> seem worth it.

Agreed.

Actually now that I read it...

+      values.  All aggregate functions and their argument expressions
+      in the <command>SELECT</> and <literal>HAVING</> are evaluated.

Perhaps should be:
<command>SELECT</> and <literal>HAVING</> clauses are evaluated.

Other than that, looks good to me.

Regards,
Marti


pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [DOCS] BUG #11661: CASE ELSE is evaluated although condition is true
Next
From: Heikki Linnakangas
Date:
Subject: Re: Build broken on mips