Re: Making query without trigger

Поиск
Список
Период
Сортировка
От Dawid Kuroczko
Тема Re: Making query without trigger
Дата
Msg-id 758d5e7f0605271048v248f15abw9293171eb2911ada@mail.gmail.com
обсуждение исходный текст
Ответ на Making query without trigger  (kmi@st.uz)
Список pgsql-general
On 5/26/06, kmi@st.uz <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 could try disabling the trigger (ALTER TABLE ...), doing you updates
and reenabling the trigger (ALTER TABLE) -- all within transaction.  If
you do it this way, your change in triggers won't be visible to any other
transaction.

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

Предыдущее
От: "P.M"
Дата:
Сообщение: Re: error in SELECT
Следующее
От: Rafal Pietrak
Дата:
Сообщение: a row disapearing