On Thu, Jul 13, 2006 at 01:45:36PM +1000, Jamie Deppeler wrote:
> Just today i have noticed i have one certain table  that i cannot delete 
> any records from

What happens when you try to delete?  Do you get an error?  Does
the delete succeed but report zero rows deleted?  Something else?
What does "EXPLAIN ANALYZE DELETE ..." show?  Is the delete done
in a transaction that doesn't commit?

-- 
Michael Fuhr

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to