Re: trigger/rule question

Поиск
Список
Период
Сортировка
От Enrico Weigelt
Тема Re: trigger/rule question
Дата
Msg-id 20050502034100.GE24546@nibiru.borg.metux.de
обсуждение исходный текст
Ответ на Re: trigger/rule question  (Christoph Haller <ch@rodos.fzk.de>)
Список pgsql-sql
* Christoph Haller <ch@rodos.fzk.de> wrote:

Hi,

> I assume this still refers to 
> [SQL] RULE for mtime recording 
> from last Friday. 

ehm, yeah. I forgot that I've already asked this stuff ...
hmmpf. seems I'm not getting younger ;-)

<snip>
> I gave it another thought and 
> I am now having something which seems to work. 
> The trick is interpose a view to avoid the 
> rule recursion: 

<big_snip />

correct me if I'm wrong: 

you dont let the application write to the actual storage table, but 
instead to a view, which a modified write to the actual storage, where
also the reads get their data from.

okay, that's really an idea worth to think about :)

insert should work the same way. but how to implement delete ? 
(the application should only see one table, so in our case the view).
if we user "DO INSTEAD", we wont get anything to delete (AFAIK), so 
we cannot intercept here. the only chance seems to leave out "INSTEAD"
and live with duplicate data.


Did I miss anyting ?


cu
-- 
---------------------------------------------------------------------Enrico Weigelt    ==   metux IT service phone:
+4936207 519931         www:       http://www.metux.de/ fax:       +49 36207 519932         email:
contact@metux.de
--------------------------------------------------------------------- Realtime Forex/Stock Exchange trading powered by
postgresSQL:))                                           http://www.fxignal.net/
 
---------------------------------------------------------------------


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

Предыдущее
От: Enrico Weigelt
Дата:
Сообщение: Re: trigger/rule question
Следующее
От: Leo Fink
Дата:
Сообщение: Array of Arrays of int