Re: 9.5 Create Function Set From Current taken at creation time?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: 9.5 Create Function Set From Current taken at creation time?
Date: 2016-08-09 17:22:19
Message-ID: 28536.1470763339@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> writes:
> Fair enough...so:

> SET FROM CURRENT saves the
> [creating]
> session's current value of the parameter as the value to be applied when
> the function is entered.

How about "... saves the value of the parameter that is current when
CREATE FUNCTION is executed as the value to be applied ..." ?

Or maybe "active" in place of "current" in that wording?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2016-08-09 17:25:43 Re: 9.5 Create Function Set From Current taken at creation time?
Previous Message David G. Johnston 2016-08-09 16:18:56 Re: 9.5 Create Function Set From Current taken at creation time?