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 [email protected]
Whole thread Raw
In response to Re: using composite types in insert/update  (Merlin Moncure <[email protected]>)
List pgsql-hackers
On 1/30/09, Merlin Moncure <[email protected]> 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