Re: BUG #1161: User permissions are kept, even if user is
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #1161: User permissions are kept, even if user is |
| Дата | |
| Msg-id | 15902.1086755893@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: BUG #1161: User permissions are kept, even if user is (Fabien COELHO <coelho@cri.ensmp.fr>) |
| Ответы |
Re: BUG #1161: User permissions are kept, even if user is
|
| Список | pgsql-bugs |
Fabien COELHO <coelho@cri.ensmp.fr> writes:
> So the only problem is to implement system-wide "cluster" sequences...
We certainly can't extend the regular CREATE SEQUENCE command this way;
you can't create shared objects after initdb.
The "clean" way to handle this would be to extend the bootstrap command
parser to accept a command along the lines of CREATE [SHARED] SEQUENCE
and then add a file in src/include/catalog that defines the shared
user-id-generator sequence. (Look at how pg_shadow is created for
precedent.)
Not having looked recently, I have no idea how much pain is implied by
the preceding paragraph ;-). I'd be willing to accept cruder
compromises if that approach seems impractical, but please look to see
if it can be done nicely first.
regards, tom lane
В списке pgsql-bugs по дате отправления: