Re: Unable parse a comment in gram.y - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unable parse a comment in gram.y
Date
Msg-id 863425.1719117689@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unable parse a comment in gram.y  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-hackers
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> On Sat, Jun 22, 2024 at 9:02 PM Tatsuo Ishii <ishii@sraoss.co.jp> 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.)

> 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 confusing?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Unable parse a comment in gram.y
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Pgoutput not capturing the generated columns