Re: out of memory error on a delete command

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Csaba Nagy <nagy(at)ecircle-ag(dot)com>
Cc: Dave Cramer <pg(at)fastcrypt(dot)com>, Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: out of memory error on a delete command
Date: 2005-07-13 12:23:13
Message-ID: 42D507B1.1040401@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Csaba Nagy wrote:
> Well, I'm still at a guess what could cause the problem on the kind of
> query I was executing (a "delete"). Kris' explanation with the deferred
> trigger was the closest till now, except the trigger was not deferred,
> and truncate still succeded with the "ON DELETE" trigger in place...

Doesn't TRUNCATE explicitly ignore ON DELETE triggers?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Csaba Nagy 2005-07-13 12:48:19 Re: out of memory error on a delete command
Previous Message Csaba Nagy 2005-07-13 12:14:07 Re: out of memory error on a delete command