Re: [HACKERS] pg_pwd trigger to be removed

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] pg_pwd trigger to be removed
Дата
Msg-id 22865.952474934@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_pwd trigger to be removed  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Because of the problems that were pointed out, I'm inclined to remove the
> pg_pwd updating trigger again.

Actually, what I'd like to see is a fix that makes the trigger robust.
Maybe that's too much work for 7.0.

If we had a robust solution for this problem, then we could apply the
same method to export a flat-file equivalent of pg_database, which could
be read during backend startup.  That would allow us to get rid of some
incredibly grotty (and not 100% reliable) code that tries to read
pg_database before the transaction management code has been fired up :-(

> My new take on the situation is actually that there shouldn't be a reason
> to tinker with the systems catalogs period.

Maybe so, but we still could make good use of an end-of-transaction
trigger to update pg_pwd from pg_shadow.  Right now, rollback of a
pg_shadow update doesn't really work right even if you did it via
CREATE/ALTER USER.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] DROP TABLE inside a transaction block
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] 'LIKE' enhancement suggestion