Re: function_name.parameter_name

From: "David E(dot) Wheeler" <david(dot)wheeler(at)pgexperts(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: function_name.parameter_name
Date: 2010-09-07 16:39:49
Message-ID: 7EE1912B-B72C-47EA-87F5-FF286A1008E1@pgexperts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sep 7, 2010, at 9:35 AM, Tom Lane wrote:

> 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 the
> body of any PL/pgSQL function. This block provides the
> declarations of the function's parameters (if any), as well as
> some special variables such as FOUND (see Section 39.5.5). The
> outer block is labeled with the function's name, meaning that
> parameters and special variables can be qualified with the
> function's name.

Well I'll be damned. I never knew about this! So I can get rid of those aliases!

http://github.com/theory/pgxn-manager/commit/e5add190ff5358a0b2ede64b62616491be454c50

Thanks Tom, I had *no idea* about this.

Best,

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-09-07 16:42:07 Re: patch: tsearch - some memory diet
Previous Message Tom Lane 2010-09-07 16:35:41 Re: function_name.parameter_name