Re: Cursors in plpgsql

Поиск
Список
Период
Сортировка
От Anand Raman
Тема Re: Cursors in plpgsql
Дата
Msg-id 20010417120414.I31344@india-today.com
обсуждение исходный текст
Ответ на Cursors in plpgsql  ("Preeti Kamble" <preeti.kamble@wipro.com>)
Список 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 по дате отправления:

Предыдущее
От: Calvin Dodge
Дата:
Сообщение: Re: Driver ODBC postdrv.exe fails on 7.1
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Inserting Unicode into Postgre