I have the following problem: In my Postgres 7.0.3 installation,
I can't delete records!
Everytime I issue a 'DELETE' statement in psql (or try to delete
something with ACS), it responds with
'DELETE 0', even though I am sure the statement is perfectly correct
and there are rows in the database to be deleted (I even replaced the
DELETE FROM with SELECT * FROM and it shows the records). What can be
the cause.
I do this as user nsadmin, which is the owner of the whole database,
yet it does not help (haven't tried it as postgres, but I suppose the
problem lies elsewhere).
I suspected there is a CREATE RULE, that INSTEAD of deleting records,
does something else, but found nothing.
Please help!