Re: using composite types in insert/update

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: Sam Mason <sam(at)samason(dot)me(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: using composite types in insert/update
Date: 2009-01-30 21:50:14
Message-ID: b42b73150901301350y38d80e5eue05dcb12f676f8d1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/30/09, Merlin Moncure <mmoncure(at)gmail(dot)com> wrote:
> likewise, with aliases
> select foo f from foo; -- this is how it works now
> update foo f set f=somefoo; -- again, this is how it should work

thinko:
select f from foo f; -- this is how it really works now

merlin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-30 21:52:38 Re: PQinitSSL broken in some use casesf
Previous Message Merlin Moncure 2009-01-30 21:47:07 Re: using composite types in insert/update