Re: Ocasional problems !!!!

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Luis Sousa <llsousa(at)ualg(dot)pt>
Cc: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>, pgsql-hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Ocasional problems !!!!
Date: 2000-12-15 15:59:05
Message-ID: 10976.976895945@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>> But i'm not making any compare.
>>>> I just wrote delete from table; and i receive that message.
>>
>> Hmm. We will need to know more about your setup, since a simple
>>
>> delete from table;
>>
>> in psql does not involve *any* comparisons, and should never provoke the
>> message you are receiving.

Perhaps there is a foreign key constraint, or some such, being invoked
by this command?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2000-12-15 15:59:14 Re: Beta1 starting date?
Previous Message Thomas Lockhart 2000-12-15 15:47:01 Re: index support for arrays (GiST)