Re: [GENERAL] Strange delete behaviour

2005-08-01 Thread Renzo Kottmann
> On Mon, Aug 01, 2005 at 01:57:32PM +0200, Renzo Kottmann wrote: >> If I try a >> >> delete >> from t_node >> where node_doc_id = XX; >> >> from inside a plpgsql function >> ... >> The deletion does not finish after sever

Re: [GENERAL] Strange delete behaviour

2005-08-01 Thread Renzo Kottmann
Gnanavel S wrote: > post the description of the t_node and t_document tables for more > information > > On 8/1/05, Renzo Kottmann <[EMAIL PROTECTED]> wrote: > >>Hello, >> >>I have a strange delete behaviour in my postgres 8.0.3 database: >> &

[GENERAL] Strange delete behaviour

2005-08-01 Thread Renzo Kottmann
Hello, I have a strange delete behaviour in my postgres 8.0.3 database: If I try a delete from t_node where node_doc_id = XX; from inside a plpgsql function on this table: CREATE TABLE t_node ( node_global_id int4 DEFAULT nextval('seq_node') NOT NULL , node_doc_id