Calling functions from within pl/pgsql

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Calling functions from within pl/pgsql
Date: 2007-12-04 12:16:50
Message-ID: 200712041416.50322.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

I noticed that in pl/pgsql simply
result := funcname(func,args,...);
just works.
Should i rely on it or take it as a coincidence? :)
--
Achilleas Mantzios

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2007-12-04 12:59:43 Re: Calling functions from within pl/pgsql
Previous Message Tom Lane 2007-12-03 06:13:29 Re: alias required by standard or PostgreSQL?