EXECUTE and FOUND - Mailing list pgsql-general

From Bogdan Gusiev
Subject EXECUTE and FOUND
Date
Msg-id 06fdab33-47a9-4af7-ad08-ac881d51054b@q8g2000vbm.googlegroups.com
Whole thread Raw
Responses Re: EXECUTE and FOUND  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
I am not sure if EXECUTE 'SELECT * FROM table" correctly sets FOUND
variable.

EXECUTE 'SELECT * FROM ' || quote_ident(stmt.tablename) || ' limit 1';
if found then
  ....
end if;

Is there other way to check if EXECUTE 'SELECT ...' found something or
not?

pgsql-general by date:

Previous
From: Torsten Zühlsdorff
Date:
Subject: Re: 110,000,000 rows
Next
From: Lew
Date:
Subject: Re: UPDATE ... RETURNING atomicity