cursor and update + view

From: Engard Ferenc <fery(at)pons(dot)sote(dot)hu>
To: pgsql-sql(at)postgreSQL(dot)org
Subject: cursor and update + view
Date: 1998-11-23 19:20:56
Message-ID: Pine.LNX.3.96.981123201117.31498B-100000@Pons.sote.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Hi all,

I would like to greet averybody on the list; this is my first mail.

Anyway... I need to use the UPDATE ... WHERE CURRENT OF ... clausule,
but it doesn't work:

oeptest=> update shorttest set b='blahblah' where current of c1;
ERROR: CURRENT used in non-rule query

What does it mean? IT would be urgent...

My other problem is with the views: it seems not work if there is an
aggregate command in the SELECT. It's only my experience, or others
noticed it also? (The details are on the pgsql-novice (subject: view
and aggregate command problem))

Thanks, and sorry, if the questions were answered an hour ago; I have
subscribed to the list 5 minutes ago... :-)

Circum

__ @
/ \ _ _ Engard Ferenc
l | ( \ / | | (\/) mailto:s-fery(at)kkt(dot)sote(dot)hu
\__/ | | \_ \_/ I I http://pons.sote.hu/~s-fery

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 1998-11-23 19:50:06 Re: [HACKERS] pg_dump bug - problems along the way
Previous Message Jan Wieck 1998-11-23 18:12:53 Re: [HACKERS] pg_dump bug - problems along the way

Browse pgsql-sql by date

  From Date Subject
Next Message Engard Ferenc 1998-11-23 23:41:58 select in update
Previous Message Herouth Maoz 1998-11-23 16:36:26 Re: [SQL] optimizing 2-table join w/millions of rows