Re: NO INHERIT - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: NO INHERIT
Date
Msg-id 1178056690.3606.241.camel@silverbirch.site
Whole thread Raw
In response to Re: NO INHERIT  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: NO INHERIT  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, 2007-05-01 at 17:30 -0400, Tom Lane wrote:
> "Simon Riggs" <simon@2ndquadrant.com> writes:
> > I notice that we have two versions of not INHERITing:
> > ALTER ROLE meek NOINHERIT earth;
> 
> > ALTER TABLE meek NO INHERIT earth;
> 
> Where are you reading that?

http://developer.postgresql.org/pgdocs/postgres/sql-alterrole.html

http://developer.postgresql.org/pgdocs/postgres/sql-altertable.html

... and gram.y

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




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fwd: [PATCHES] Preliminary GSSAPI Patches
Next
From: Alvaro Herrera
Date:
Subject: Re: Where to find kind code for STATISTIC_KIND GEOMETRY?