plpgsql FOUND Variable

From: Alex <alex(at)meerkatsoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: plpgsql FOUND Variable
Date: 2003-08-28 00:46:08
Message-ID: 3F4D50D0.6030603@meerkatsoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
when I run a SELECT INTO and the result is 0 or zero row, then I still
get a positive result if
using IF FOUND THEN....

Is there a problem or do we need to use ROW_COUNT instead ?

Alex

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-08-28 01:43:15 Re: Linux ready for high-volume databases?
Previous Message Alex 2003-08-28 00:40:00 plpgsql , dynamic queries