"Bath, David" <[EMAIL PROTECTED]> writes: > In PL/SQL I can write some like the following: > fetch cursorblah into blurble; > if cursorname%NOTFOUND .....
See the FOUND variable: http://www.postgresql.org/docs/8.0/static/plpgsql-statements.html#PLPGSQL-STATEMENTS-DIAGNOSTICS regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match