Re: Grammer Cleanup - Mailing list pgsql-patches

From Stephen Frost
Subject Re: Grammer Cleanup
Date
Msg-id 20041229173916.GA10437@ns.snowman.net
Whole thread Raw
In response to Re: Grammer Cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Grammer Cleanup
List pgsql-patches
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Stephen Frost <sfrost@snowman.net> writes:
> >   Small patch to clean up the grammer a bit by adding 'GroupId',
> >   'SchemaName' and 'SavePointId'.
>
> I don't particularly see the value of this --- especially since the
> direction of future development is likely to be to remove the
> distinction between user and group names, rather than make it stronger.

Alright, I can redo it w/ UserId in place of GroupId everywhere.  I'd
like your comment on the 'pg_class changes for group ownership' on
-hackers, which might play into these changes too.  Previously 'GRANT'
had 'ColId' instead of either, which isn't really appropriate there...
Do you agree with the other changes (ColId -> SchemaName, ColId ->
SavePointId) ?

    Thanks,

        Stephen

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Grammer Cleanup
Next
From: Tom Lane
Date:
Subject: Re: Grammer Cleanup