UPDATE COMPATIBILITY

From: Gera Mel Handumon <geramel(dot)h(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: UPDATE COMPATIBILITY
Date: 2012-01-17 06:31:02
Message-ID: CAOeONq5n2B8VNTghx1=_=zOjNbVRff4YE=kVngGfL2etrg79Pw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

What version of postgresql that the update compatibility below will be
implemented?

UPDATE COMPATIBILITY

UPDATE accounts SET (contact_last_name, contact_first_name) =
(SELECT last_name, first_name FROM salesmen
WHERE salesmen.id = accounts.sales_id);

TIA,

--
Gera Mel E. Handumon

-----------------------------------------------------------------
"Share your knowledge. It's a way to achieve immortality" - Dalai Lama

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Feike Steenbergen 2012-01-17 06:54:03 Wrong query plan when using a left outer join
Previous Message Tim Landscheidt 2012-01-16 15:12:26 Re: Token separation