NO INHERIT

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: NO INHERIT
Date: 2007-05-01 21:12:07
Message-ID: 1178053927.3606.236.camel@silverbirch.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2007-05-01 21:16:28 Re: Fwd: [PATCHES] Preliminary GSSAPI Patches
Previous Message Tom Lane 2007-05-01 21:08:45 Re: temporal variants of generate_series()