Re: Explicitly specifying use of IN/OUT variable in PL/pgSQL functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joel Jacobson <joel(at)trustly(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Explicitly specifying use of IN/OUT variable in PL/pgSQL functions
Date: 2012-03-13 14:28:32
Message-ID: 25371.1331648912@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joel Jacobson <joel(at)trustly(dot)com> writes:
> In situations when it's natural and makes sense to mix IN/OUT
> variables and columns names, it would be nice to being able to
> explicitly specifying you are referring to the IN or OUT variable with
> a specific name.

Can't you qualify them with the function name?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2012-03-13 14:28:58 Re: pg_upgrade and statistics
Previous Message Bruce Momjian 2012-03-13 14:14:43 Re: pg_upgrade and statistics