Re: Extended customizing, SQL functions,

Поиск
Список
Период
Сортировка
От Jonathan Gardner
Тема Re: Extended customizing, SQL functions,
Дата
Msg-id 200405281713.28537.jgardner@jonathangardner.net
обсуждение исходный текст
Ответ на Re: Extended customizing, SQL functions,  (pgsql@mohawksoft.com)
Ответы Re: Extended customizing, SQL functions,
Список pgsql-hackers
On Friday 28 May 2004 04:08 pm, pgsql@mohawksoft.com wrote:
>
> No transactions.
>

Then it won't work. Let's say we take your example. The variable "s" is 
supposed to be the sum of a column in a table.

When someone modifies the data in the table, when is "s" adjusted? What if 
it is modified but the transaction is aborted? Who sees the "correct" value 
of "s" at any point in time?

-- 
Jonathan Gardner
jgardner@jonathangardner.net


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

Предыдущее
От: "Dann Corbit"
Дата:
Сообщение: Re: -Wall and Wmissing-prototype
Следующее
От: Gaetano Mendola
Дата:
Сообщение: passing a whole record variable into a SQL command is not implemented