Re: Unable to create serial column even with permissions

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Unable to create serial column even with permissions
Дата
Msg-id 4C6974E2.2050506@agliodbs.com
обсуждение исходный текст
Ответ на Re: Unable to create serial column even with permissions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Unable to create serial column even with permissions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Re: BUG #5614: Varchar column (with DEFAULT NULL) stores 'UL' value instead of null
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unable to create serial column even with permissions