Re: Is this on the to-do list?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is this on the to-do list?
Date: 2009-01-19 23:13:51
Message-ID: 200901192313.n0JNDpt29522@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thomas Kellerer wrote:
> A B wrote on 18.01.2009 22:43:
> > From the docs: http://www.postgresql.org/docs/8.3/interactive/sql-update.html
> >
> > "According to the standard, the column-list syntax should allow a list
> > of columns to be assigned from a single row-valued expression, such as
> > a sub-select:
> > UPDATE accounts SET (contact_last_name, contact_first_name) =
> > (SELECT last_name, first_name FROM salesmen
> > WHERE salesmen.id = accounts.sales_id);
> > This is not currently implemented ? the source must be a list of
> > independent expressions."
> >
> > Is this feature going into postgresql any day soon? :-)
> >
> It's on the TODO list:
>
> http://wiki.postgresql.org/wiki/Todo#UPDATE

Also, I don't know if anyone working on this item for 8.4 or 8.5.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Henry Interiano 2009-01-20 01:27:14 conexiones ssl
Previous Message Reg Me Please 2009-01-19 22:28:08 Re: CREATE parametric partial INDEX within a function body