Re: Delete Problem - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Delete Problem
Date
Msg-id 20060713061816.GA24806@winnie.fuhr.org
Whole thread Raw
In response to Delete Problem  (Jamie Deppeler <jamie@doitonce.net.au>)
Responses Re: Delete Problem  (Jamie Deppeler <jamie@doitonce.net.au>)
List pgsql-general
[Please copy the mailing list on replies so others can participate
in and learn from the discussion.]

On Thu, Jul 13, 2006 at 03:32:43PM +1000, Jamie Deppeler wrote:
> Michael Fuhr wrote:
> >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?
>
> Delete is performed without any errors or warnings but when i refresh
> the found set it is still in the table

What do you mean by "refresh the found set"?  What client interface
are you using?  Might the deleting transaction not be committing?
What happens if you do the delete using psql?  What version of
PostgreSQL are you running?

--
Michael Fuhr

pgsql-general by date:

Previous
From: "surabhi.ahuja"
Date:
Subject: cant connect to the database, even after doing start of postmaster using a script
Next
From: Jamie Deppeler
Date:
Subject: Re: Delete Problem