Re: using composite types in insert/update - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: using composite types in insert/update
Date
Msg-id b42b73150901301350y38d80e5eue05dcb12f676f8d1@mail.gmail.com
Whole thread Raw
In response to Re: using composite types in insert/update  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-hackers
On 1/30/09, Merlin Moncure <mmoncure@gmail.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


pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: using composite types in insert/update
Next
From: Bruce Momjian
Date:
Subject: Re: PQinitSSL broken in some use casesf