Re: [HACKERS] update_pg_pwd trigger does not work very well

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] update_pg_pwd trigger does not work very well
Дата
Msg-id 200002270535.AAA14214@candle.pha.pa.us
обсуждение исходный текст
Ответ на update_pg_pwd trigger does not work very well  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы
Список pgsql-hackers
> I am not quite certain that this is completely bulletproof when there
> are multiple backends concurrently updating pg_shadow, but I have not
> been able to think of a case where it'd fail.  The worst possibility
> is that a committed update in pg_shadow might not get propagated to
> pg_pwd for a while because some other transaction is holding a lock on
> pg_shadow.  (But pg_pwd updates can be delayed for that reason now,
> so it's certainly no worse than before.)
> 
> Comments?

I see your point.  Guess we have to do it inside xact.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: update_pg_pwd trigger does not work very well
Следующее
От: "Ray Messier"
Дата:
Сообщение: