Mysterious 7.0.3 error

Поиск
Список
Период
Сортировка
От Camm Maguire
Тема Mysterious 7.0.3 error
Дата
Msg-id 54u26yb4zj.fsf_-_@intech19.enhanced.com
обсуждение исходный текст
Ответы Re: Mysterious 7.0.3 error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Greetings!  We have a script updating our database with thousands of
entries on a daily basis.  To speed up processing, we drop a
consistency check trigger before the update and recreate it
afterwards.  Occasionally, we get the following, even though the
database has no other live connections, and the trigger drop is the
first statement:

drop trigger rprices_insupdel on rprices;
DROP
ERROR:  RelationClearRelation: relation 160298 modified while in use


Any pointers most appreciated!

-- 
Camm Maguire                             camm@enhanced.com
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: renaming indices?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AW: Re: Performance degradation in PostgreSQL 7.1beta3 vs 6.5.3