Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: function_name.parameter_name


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: "David E. Wheeler" <david(dot)wheeler(at)pgexperts(dot)com>
  • Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
  • Subject: Re: function_name.parameter_name
  • Date: Tue, 07 Sep 2010 12:35:41 -0400
  • Message-id: <11977.1283877341@sss.pgh.pa.us> <text/plain>

"David E. Wheeler" <david(dot)wheeler(at)pgexperts(dot)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 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.


			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group