Re: [BUGS] SELECT on VIEW returns wrong result, Buffer Leak
[EMAIL PROTECTED] writes: > CREATE FUNCTION exceptions(int4) RETURNS setof varchar(64) AS ' > SELECT property_id > FROMitm_exception > WHERE item_id = $1 > ' LANGUAGE 'sql'; > CREATE VIEW itm_property_ALL AS > SELECT * > FROMitm_property >
Re: [BUGS] SELECT on VIEW returns wrong result, Buffer Leak
[EMAIL PROTECTED] writes: > The probable cause is a Buffer Leak Those notices aren't causes of anything, but they might be another side effect of the real problem. > I can send a complete dump (9K) of the database on request Please. regards, tom lane --