Cursors in plpgsql

From: "Preeti Kamble" <preeti(dot)kamble(at)wipro(dot)com>
To: pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Cursors in plpgsql
Date: 2001-04-16 13:36:59
Message-ID: 3ADAF57B.2FD493FC@wipro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message DaVinci 2001-04-16 13:43:23 Problem with function invocation
Previous Message chris markiewicz 2001-04-16 13:23:06 RE: [JDBC] RE: fastpath error?

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 2001-04-16 13:55:46 Re: Using Random Sequence as Key
Previous Message Johannes Grødem 2001-04-16 11:12:47 Re: Same question about PostgreSql