| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| 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:25:43 |
| Message-ID: | CAKFQuwb6uBQ0gPAEZpJPz4qtgaDrtRiATsesRFehM9qtP+r_EA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Tue, Aug 9, 2016 at 1:22 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "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?
>
Works for me - I'd pick "active" or "current" here.
Thanks!
David J.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-08-09 17:41:08 | Re: 9.5 Create Function Set From Current taken at creation time? |
| Previous Message | Tom Lane | 2016-08-09 17:22:19 | Re: 9.5 Create Function Set From Current taken at creation time? |