Creating and managing triggers

Поиск
Список
Период
Сортировка
От Dean Myerson
Тема Creating and managing triggers
Дата
Msg-id 50734A9C.2080004@deanmyerson.org
обсуждение исходный текст
Ответы Re: Creating and managing triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I need to create some triggers and the docs seem pretty straightforward.
When I tried to create one using CREATE TRIGGER, it took over 20
minutes, and the second one hadn't finished over more than an hour. And
I later found that all other database users in the company were locked
out during this process. The table getting the triggers has about 187000
rows in it and is pretty central, so lots of functions join with it.

So the first question is whether it is normal for a Create Trigger
command to take so long. Also, I don't see any commands to examine
existing triggers. They restarted the database server when the second
create trigger hung, so I don't know what happened with it. I didn't
even save the name, obviously a problem on my part. But there should be
some equivalent of Show Trigger, shouldn't there?

Dean


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

Предыдущее
От: marian krucina
Дата:
Сообщение: Dump/restore indexes and functions in public schema
Следующее
От: "Daniel Serodio (lists)"
Дата:
Сообщение: Help estimating database and WAL size