Re: Musings on Triggers

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Musings on Triggers
Дата
Msg-id 20051206163645.GB1661@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Musings on Triggers  (Joshua Kramer <josh@bitbuckets.com>)
Ответы Re: Musings on Triggers  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-novice
am  06.12.2005, um 10:49:31 -0500 mailte Joshua Kramer folgendes:
>
> Greetings all,
>
> Can anyone recommend a tutorial on writing triggers, aside from what's in
> the documentation?
>
> Can a trigger in a table in Database_A alter/insert data in a table in
> Database_B?

No, you can't. (except with dblink)


>
> Can I write a trigger such that, it runs on every insert into Table_A, and
> inserts a subset of fields of this insert into Table_B, but if this is not
> successful, then the insert on Table_A also fails?

Yes.


HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

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

Предыдущее
От: Joshua Kramer
Дата:
Сообщение: Musings on Triggers
Следующее
От: "Obe, Regina DND\\MIS"
Дата:
Сообщение: How to see detailed plan of a funciton