SQLDA or UPDATE WHERE CURRENT OF - Mailing list pgsql-sql

From Lendvary Gyorgy
Subject SQLDA or UPDATE WHERE CURRENT OF
Date
Msg-id 38564FF6.203270A8@prolan.hu
Whole thread Raw
List pgsql-sql
Hello,

I have some problems with Postgresql. I have to update much data in a
table. There are two solution for this problem in Oracle or Informix.
These two solution are SQLDA structure, or a cursor which is updatable
by using UPDATE WHERE CURRENT OF  statement. As I know, there hasn't
implemented any of these two methods yet. How can I solve my problem?
The solution must be very fast.

Thank you in advance!

Gyuri



pgsql-sql by date:

Previous
From: Czarny Marcin
Date:
Subject: Deleting large objects from database.
Next
From: "Harald Kirschner"
Date:
Subject: wildcards with datetime columns