Re: [HACKERS] cursors and other dragons

From: Alexzander Blashko <black(at)lins(dot)ospu(dot)odessa(dot)ua>
To: Lendvary Gyorgy <gyurika(at)prolan(dot)hu>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] cursors and other dragons
Date: 1998-06-22 07:12:22
Message-ID: Pine.LNX.3.96.980622101025.16595A-100000@lins.ospu.odessa.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 18 Jun 1998, Lendvary Gyorgy wrote:

> 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(at)prolan(dot)hu)
>
>

Please, write example of your sql-code by using ORACLE.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-06-22 11:49:18 Re: btree: BTP_CHAIN flag was expected (revisited)
Previous Message Michael Robinson 1998-06-22 06:59:53 Gracefully handling variable-length data types at the 8k limit?