Re: Grammer Cleanup - Mailing list pgsql-patches

From Tom Lane
Subject Re: Grammer Cleanup
Date
Msg-id 11607.1104343927@sss.pgh.pa.us
Whole thread Raw
In response to Re: Grammer Cleanup  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Grammer Cleanup
List pgsql-patches
Stephen Frost <sfrost@snowman.net> writes:
> Personally, I'd just like it to be
> consistent, when I was looking at how to add the grammar for group
> ownership group names were identified in one place as 'ColId' and another
> as 'UserId', iirc.

Oh, I had forgotten we already had a UserId production.  Yes, I agree
that if we're going to have that at all, it should be used consistently
in the places it applies to.

Given other discussion, it might be best to rename it to RoleId and use
that for both users and groups.

            regards, tom lane

pgsql-patches by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Grammer Cleanup
Next
From: Stephen Frost
Date:
Subject: Re: Grammer Cleanup