Re: cannot delete bug - Mailing list pgsql-sql

From Tom Lane
Subject Re: cannot delete bug
Date
Msg-id 12017.1032301860@sss.pgh.pa.us
Whole thread Raw
In response to cannot delete bug  (Kemin Zhou <kemin.zhou@ferring.com>)
List pgsql-sql
Kemin Zhou <kemin.zhou@ferring.com> writes:
> kzdb=# select id from mytable where id=7224;
>   id 
> ------
>  7224
> (1 row)

> kzdb=# delete from mytable where id=7224;
> ERROR:  Relation 41073353 does not exist

Have you got any rules, triggers, or foreign keys linking to or from
that table?
        regards, tom lane


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How to select and result row number??
Next
From: Tom Lane
Date:
Subject: Re: How to select and result row number??