Re: Unable to create serial column even with permissions

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

Предыдущее
От: Mike Fowler
Дата:
Сообщение: Re: BUG #5623: xml2 and uuid-ossp contribs fail to compile
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5623: xml2 and uuid-ossp contribs fail to compile