Re: Cursors in plpgsql - Mailing list pgsql-general

From Anand Raman
Subject Re: Cursors in plpgsql
Date
Msg-id 20010417120414.I31344@india-today.com
Whole thread Raw
In response to Cursors in plpgsql  ("Preeti Kamble" <preeti.kamble@wipro.com>)
List pgsql-general
there is the FOUND variable which can be negated to have the desired
effect ..

Try out

IF NOT FOUND ....

Hope this helps
Anand
On Mon, Apr 16, 2001 at 07:06:59PM +0530, Preeti Kamble wrote:
>Hi
>Is there a command in plpgsql similar to  %NOTFOUND of oracle?
>
>i want to write a load script which takes each row from the temporary
>table, do some processing and insert into actual tables. Any idea how i
>can accomplish this???
>
>thank you
>regards
>Preeti
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster

pgsql-general by date:

Previous
From: Calvin Dodge
Date:
Subject: Re: Driver ODBC postdrv.exe fails on 7.1
Next
From: Tatsuo Ishii
Date:
Subject: Re: Inserting Unicode into Postgre