Re: [HACKERS] [GENERAL] strange error when inserting via a SRF into a table with a foreign key constraint

2006-10-11 Thread Tom Lane
"Merlin Moncure" <[EMAIL PROTECTED]> writes: > I got the error mesage, > ERROR: could not find relation 19693 among query result relations, Oooh, that's an interesting one. The stack trace from the error call is #0 errfinish (dummy=0) at elog.c:313 #1 0x356584 in elog_finish (elevel=107381539

[GENERAL] strange error

2001-02-28 Thread hubert depesz lubaczewski
hi, i have relation with 3 int's and 1 text : \d newstexts Table "newstexts" Attribute | Type |Modifier ---+-+- id| integer | not null default nextval('newstexts_seq'::text)