BUG #2647: Atomicity issues when using rules

Поиск
Список
Период
Сортировка
От
Тема BUG #2647: Atomicity issues when using rules
Дата
Msg-id 200609231743.k8NHhaDF008345@wwwmaster.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2647
Logged by:
Email address:      postgresql_atomicity@yahoo.com
PostgreSQL version: 8.1
Operating system:   Debian GNU/Linux
Description:        Atomicity issues when using rules
Details:

When I ensure atomicity by locking tables in a transaction, my transactions
still break when I have additional tables touched by rules on tables I
explicitly locked. I can work around by also locking them, but this breaks
modularity of the rules. There should be the policy, or at least the option
when creating the rule of also locking the referenced tables of the rules
automatically when locking the table on which the rule was defined.

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

Предыдущее
От: "Willa Wei"
Дата:
Сообщение: BUG #2646: Installation Failed due to Permissions
Следующее
От: "Thomas Verchow"
Дата:
Сообщение: BUG #2645: pg_restore crashes