Re: [PATCH] SQL assertions prototype

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [PATCH] SQL assertions prototype
Дата
Msg-id 52B1AB28.20002@dunslane.net
обсуждение исходный текст
Ответ на Re: [PATCH] SQL assertions prototype  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On 12/18/2013 06:00 AM, Heikki Linnakangas wrote:
>
>
> If you don't force everything to run in SSI mode, then you have to 
> somehow figure out what parts do need to run in SSI mode to enforce 
> the assertion. For example, if the assertion refers tables A and B, 
> perhaps you can get away without predicate locks on table C?
>
>


But the assertion might simply run a function. For non-trivial cases 
that's what I would expect people to do.

cheers

andrew




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: ALTER SYSTEM SET command to change postgresql.conf parameters
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: SQL objects UNITs (was: Extension Templates S03E11)