Re: Making query without trigger

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: Making query without trigger
Дата
Msg-id 20060526181244.GJ5939@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на Making query without trigger  (kmi@st.uz)
Ответы Re: Making query without trigger  (kmi@st.uz)
Список pgsql-general
On Fri, May 26, 2006 at 12:02:44PM +0500, kmi@st.uz wrote:
> I have trigger on updating the table. Sometimes i need to make queries
> without calling that trigger. How can I solve this?

You need your function to decide whether the "don't do anything"
conditions apply, and then not do anything.  The trigger still fires,
but it doesn't do anything.

A

--
Andrew Sullivan  | ajs@crankycanuck.ca
"The year's penultimate month" is not in truth a good way of saying
November.
        --H.W. Fowler

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

Предыдущее
От: "P.M"
Дата:
Сообщение: Re: move from 1 database to another
Следующее
От: "A.M."
Дата:
Сообщение: convert row() to array