Re: Lexer issues

2020-04-17 Thread Julien Rouhaud
On Fri, Apr 17, 2020 at 3:57 AM Patrick REED 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 comm

Re: Lexer issues

2020-04-16 Thread Patrick REED
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? Thanks, Patrick On Tue, Apr 14, 2020 at 5:00 AM Julien Rouhaud wrote: > Hel

Re: Lexer issues

2020-04-14 Thread Julien Rouhaud
Hello, On Mon, Apr 13, 2020 at 4:04 PM Patrick REED wrote: > > I am experimenting with postgres and am wondering if there is any tutorial on > how to properly add a new command to postgres. > > I want to add a new constraint on "CREATE ROLE" that requires an integer, it > has an identifier that

Lexer issues

2020-04-13 Thread Patrick REED
Hi, I am experimenting with postgres and am wondering if there is any tutorial on how to properly add a new command to postgres. I want to add a new constraint on "CREATE ROLE" that requires an integer, it has an identifier that is not a known (reserved or unreserved keyword) in postgres, say we