Re: Explicitly specifying use of IN/OUT variable in PL/pgSQL functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Explicitly specifying use of IN/OUT variable in PL/pgSQL functions
Date
Msg-id 25371.1331648912@sss.pgh.pa.us
Whole thread Raw
In response to Explicitly specifying use of IN/OUT variable in PL/pgSQL functions  (Joel Jacobson <joel@trustly.com>)
List pgsql-hackers
Joel Jacobson <joel@trustly.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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_upgrade and statistics
Next
From: "Kevin Grittner"
Date:
Subject: Re: pg_upgrade and statistics