Re: Lexer issues

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Patrick REED <patrickreed352(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Lexer issues
Date: 2020-04-17 13:24:35
Message-ID: CAOBaU_Z7Hvw_pTARQHcrbT5RfJFyVtY4u2GdfC=ps=O=TjDWYA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 17, 2020 at 3:57 AM Patrick REED <patrickreed352(at)gmail(dot)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?

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jehan-Guillaume de Rorthais 2020-04-17 13:33:04 Re: [BUG] non archived WAL removed during production crash recovery
Previous Message Peter Eisentraut 2020-04-17 13:23:50 Re: adding partitioned tables to publications