Re: function_name.parameter_name - Mailing list pgsql-hackers

From Tom Lane
Subject Re: function_name.parameter_name
Date
Msg-id 11977.1283877341@sss.pgh.pa.us
Whole thread Raw
In response to function_name.parameter_name  ("David E. Wheeler" <david.wheeler@pgexperts.com>)
Responses Re: function_name.parameter_name
Re: function_name.parameter_name
List pgsql-hackers
"David E. Wheeler" <david.wheeler@pgexperts.com> writes:
> Anyone ever thought to try to add $subject to PL/pgSQL?

How does $subject differ from what we already do?  See
http://www.postgresql.org/docs/9.0/static/plpgsql-structure.html
particularly this:
Note: There is actually a hidden "outer block" surrounding thebody of any PL/pgSQL function. This block provides
thedeclarationsof the function's parameters (if any), as well assome special variables such as FOUND (see Section
39.5.5).Theouter block is labeled with the function's name, meaning thatparameters and special variables can be
qualifiedwith thefunction's name.
 

        regards, tom lane


pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: patch: tsearch - some memory diet
Next
From: "David E. Wheeler"
Date:
Subject: Re: function_name.parameter_name