Re: Why won't this function loop? - Mailing list pgsql-novice

From Rob Richardson
Subject Re: Why won't this function loop?
Date
Msg-id 04A6DB42D2BA534FAC77B90562A6A03D0161672D@server.rad-con.local
Whole thread Raw
In response to Why won't this function loop?  ("Rob Richardson" <Rob.Richardson@rad-con.com>)
List pgsql-novice
Answering my own question:  It appears that FOUND will always be true
after calling the min() function, and probably after any other aggregate
function as well, even if the set of data the min() function is looking
at is empty.

RobR

pgsql-novice by date:

Previous
From: "Rob Richardson"
Date:
Subject: Why won't this function loop?
Next
From: Michael Rowan
Date:
Subject: Multi-row insert using a Function