proposal for 8.3: Simultaneous assignment for PL/pgSQL - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal for 8.3: Simultaneous assignment for PL/pgSQL
Date
Msg-id BAY20-F232D7195519EA3B8E0E288F9570@phx.gbl
Whole thread Raw
Responses Re: proposal for 8.3: Simultaneous assignment for PL/pgSQL
List pgsql-hackers
Hello

I suggest enhance plpgsq to simultaneous assignment. Main reason is missing 
parameter passing by reference and less readable getting values from 
functions with OUT parameters.

Currently I have to write SELECT: SELECT INTO a,b,c out3fce(1)


a,b,c := out3fce(1); -- Simultaneous assignment

Any comments?

Regards
Pavel Stehule

_________________________________________________________________
Najdete si svou lasku a nove pratele na Match.com. http://www.msn.cz/



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: 8.2 features status
Next
From: "Dave Page"
Date:
Subject: Re: 8.2 features status