Re: Error explaination?

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Error explaination?
Дата
Msg-id 200104252117.QAA30608@jupiter.jw.home
обсуждение исходный текст
Ответ на Error explaination?  ("Josh Berkus" <josh@agliodbs.com>)
Ответы Re: Error explaination?  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
Josh Berkus wrote:
> Folks,
>
>    I have a fuction that creates a record in a table called user_locks,
> does a bunch of stuff, then deletes the record.  However, when I try to
> run it, I get the following error:
>
> ERROR:  triggered data change violation on relation "user_locks"
>
>    It appears that the function handler won't let me create, then delete
> the same record.  What goes on?
   You  have  a foreign key constraint or other triggers on that   "user_locks" table.
   This is a known misbehaviour (not to call it a bug)  that  we   keep since having deferrable referential integrity.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: RI permission problem
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Error explaination?