Sergey Levchenko <[EMAIL PROTECTED]> schrieb:
> http://www.postgresql.org/docs/8.1/interactive/sql-createtrigger.htmlSELECT
> does not modify any rows so you can not create SELECT triggers.Rules
> and views are more appropriate in such cases. On 4/14/06, A.
Oh yes, i'm sorry.
Andreas
--
Reall
http://www.postgresql.org/docs/8.1/interactive/sql-createtrigger.html
SELECT does not modify any rows so you can not create SELECT triggers.
Rules and views are more appropriate in such cases.
On 4/14/06, A. Kretschmer <[EMAIL PROTECTED]> wrote:
> am 13.04.2006, um 18:46:02 +0300 mailte Sergey Le
am 13.04.2006, um 18:46:02 +0300 mailte Sergey Levchenko folgendes:
> Hi
>
> If I can not do insert/update action with on select rule, how can I
> execute some procedure or any sql statement on select event?
With a TRIGGER.
HTH, Andreas
--
Andreas Kretschmer(Kontakt: siehe Header)
Heynitz
Hi
If I can not do insert/update action with on select rule, how can I
execute some procedure or any sql statement on select event?
WBR
---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an i