Re: Unable to create serial column even with permissions - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Unable to create serial column even with permissions
Date
Msg-id 19109.1282145937@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unable to create serial column even with permissions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> It looks to me like the simplest way to make this happen would require
> (a) adding a field to CreateSeqStmt to carry the userID we want the
> sequence to be owned by;
> (b) adding a parameter to DefineRelation to pass in said userID.

> We could in theory back-patch this, since CreateSeqStmt won't ever go to
> disk in stored rules.  However, tweaking DefineRelation's API in stable
> branches seems fairly hazardous to third-party code.  Does it seem
> sufficient to fix the problem in 9.0 and up?

Since nobody's objected, I will see about making this change in HEAD and
9.0.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Mike Fowler
Date:
Subject: Re: BUG #5623: xml2 and uuid-ossp contribs fail to compile
Next
From: Robert Haas
Date:
Subject: Re: BUG #5623: xml2 and uuid-ossp contribs fail to compile