Re: Lexer issues - Mailing list pgsql-hackers

From Julien Rouhaud
Subject Re: Lexer issues
Date
Msg-id CAOBaU_Z7Hvw_pTARQHcrbT5RfJFyVtY4u2GdfC=ps=O=TjDWYA@mail.gmail.com
Whole thread Raw
In response to Re: Lexer issues  (Patrick REED <patrickreed352@gmail.com>)
List pgsql-hackers
On Fri, Apr 17, 2020 at 3:57 AM Patrick REED <patrickreed352@gmail.com> wrote:
>
> Hi Julien,
>
> Sorry for the late reply. I was able to solve the issue. It had to do with the extra syntax I had introduced in
gram.y.However, since you mentioned the utility command, can you elaborate a bit more on that?
 

Utility commands are basically everything except DML, with each
command having its own set of function(s) to actually implement it.
So if you modify the parser you want to make sure that those functions
are also modified to accept the changes. The main entry point is
ProcessUtility() in utility.c.  Or maybe you wanted more specific
information?



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: adding partitioned tables to publications
Next
From: Jeremy Morton
Date:
Subject: Re: Support for DATETIMEOFFSET