cursors and other dragons - Mailing list pgsql-hackers

From Lendvary Gyorgy
Subject cursors and other dragons
Date
Msg-id 35891971.142BD125@prolan.hu
Whole thread Raw
Responses Re: [HACKERS] cursors and other dragons  (Alexzander Blashko <black@lins.ospu.odessa.ua>)
List pgsql-hackers
Dear Postgres developers,

    My problem is writing speed, when I want to update more rows in one
trnsaction. In ORACLE this can be solved by cursor or 'bind array'. Is
it possible to update changed data from cursor to the database. If not,
why not. Can you tell me other method for solving this problem? I have
already written a letter: 'Update by one transaction', but I haven't got
any useful answer.

Thank you for your help:
    Gyorgy Lendvary (gyurika@prolan.hu)


pgsql-hackers by date:

Previous
From: Aleksey Dashevsky
Date:
Subject: Non-functional update, only first update is performed
Next
From: Andreas Hauck
Date:
Subject: minor improvement to libpq++ ...