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