NO INHERIT - Mailing list pgsql-hackers

From Simon Riggs
Subject NO INHERIT
Date
Msg-id 1178053927.3606.236.camel@silverbirch.site
Whole thread Raw
Responses Re: NO INHERIT  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: NO INHERIT  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
I notice that we have two versions of not INHERITing:

ALTER ROLE meek NOINHERIT earth;

ALTER TABLE meek NO INHERIT earth;

Is there some merit in deciding on just one of these syntaxes? It seems
like we will have to support both the above, but we should encourage
just one common way, just for sanity?

(Yes, I understand the word means totally different thing in each case).

--  Simon Riggs              EnterpriseDB   http://www.enterprisedb.com




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: temporal variants of generate_series()
Next
From: Josh Berkus
Date:
Subject: Re: Fwd: [PATCHES] Preliminary GSSAPI Patches