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

From Josh Berkus
Subject Re: Unable to create serial column even with permissions
Date
Msg-id 4C6974E2.2050506@agliodbs.com
Whole thread Raw
In response to Re: Unable to create serial column even with permissions  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Unable to create serial column even with permissions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
> 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?

Might be worth asking a few interface developers what this will break.
However, given that the issue has existed for a year or more and I'm the
first one to report it formally, it clearly isn't that huge of an issue.

Any idea what version this got broken in?

--
                                  -- Josh Berkus
                                     PostgreSQL Experts Inc.
                                     http://www.pgexperts.com

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: BUG #5614: Varchar column (with DEFAULT NULL) stores 'UL' value instead of null
Next
From: Tom Lane
Date:
Subject: Re: Unable to create serial column even with permissions