begin update ... syntax error

From: Kemin Zhou <kemin(dot)zhou(at)ferring(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: begin update ... syntax error
Date: 2004-04-10 21:32:46
Message-ID: 407867FE.1030501@ferring.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I was trying to speed up a simple update query

fri=# begin
fri-# update tabA set nobegin=tmp.nobegin, noend=tmp.noend
fri-# from tmp
fri-# where tabA.acc=tmp.acc;
ERROR: syntax error at or near "update" at character 7

The same query can be run with no problem if not starting with BEGIN.

Does mean that BEGIN cannot preceed UPDATE?

Or I am making some obvious miskate?

Kemin

**********************************************************************
Proprietary or confidential information belonging to Ferring Holding SA or to one of its affiliated companies may be contained in the message. If you are not the addressee indicated in this message (or responsible for the delivery of the message to such person), please do not copy or deliver this message to anyone. In such case, please destroy this message and notify the sender by reply e-mail. Please advise the sender immediately if you or your employer do not consent to e-mail for messages of this kind. Opinions, conclusions and other information in this message represent the opinion of the sender and do not necessarily represent or reflect the views and opinions of Ferring.
**********************************************************************

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Gregory S. Williamson 2004-04-10 21:51:27 Re: begin update ... syntax error
Previous Message Josh Berkus 2004-04-10 15:51:14 Re: SQL challenge--top 10 for each key value?