>>> +1. It's easier to understand at least for me.
>
>> +1
>
> OK. I looked through the rest of src/backend/parser/ and couldn't
> find any other similar wording. There's plenty of "As with ..."
> and "As in ...", but at least to me those don't seem confusing.
> I'll plan to push the attached a
"David G. Johnston" writes:
> On Saturday, June 22, 2024, Tatsuo Ishii wrote:
>>> Perhaps s/As func_expr/Like func_expr/ would be less confusing?
>> +1. It's easier to understand at least for me.
> +1
OK. I looked through the rest of src/backend/parser/ and couldn't
find any other similar wor
On Saturday, June 22, 2024, Tatsuo Ishii wrote:
> >>> * As func_expr but does not accept WINDOW functions directly (they
> >>> * can still be contained in arguments for functions etc.)
> >
> >> The "but" is required, add a comma before it. It could also be written
> a
> >> bit more verbosely:
>
>>> * As func_expr but does not accept WINDOW functions directly (they
>>> * can still be contained in arguments for functions etc.)
>
>> The "but" is required, add a comma before it. It could also be written a
>> bit more verbosely:
>
> Perhaps s/As func_expr/Like func_expr/ would be less confu
"David G. Johnston" writes:
> On Sat, Jun 22, 2024 at 9:02 PM Tatsuo Ishii wrote:
>> I was unable to parse a comment in src/backend/parser/gram.y around line
>> 11364:
>>
>> * As func_expr but does not accept WINDOW functions directly (they
>> * can still be contained in arguments for functions
> On Sat, Jun 22, 2024 at 9:02 PM Tatsuo Ishii wrote:
>
>> I was unable to parse a comment in src/backend/parser/gram.y around line
>> 11364:
>>
>> /*
>> * As func_expr but does not accept WINDOW functions directly (they
>> * can still be contained in arguments for functions etc.)
>> * Use thi
On Sat, Jun 22, 2024 at 9:02 PM Tatsuo Ishii wrote:
> I was unable to parse a comment in src/backend/parser/gram.y around line
> 11364:
>
> /*
> * As func_expr but does not accept WINDOW functions directly (they
> * can still be contained in arguments for functions etc.)
> * Use this when wind
I was unable to parse a comment in src/backend/parser/gram.y around line 11364:
/*
* As func_expr but does not accept WINDOW functions directly (they
* can still be contained in arguments for functions etc.)
* Use this when window expressions are not allowed, so to disambiguate
* the grammar.