Re: create function : change name of input parameter

From: Alban Hertroys <haramrae(at)gmail(dot)com>
To: Lori Corbani <Lori(dot)Corbani(at)jax(dot)org>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: create function : change name of input parameter
Date: 2014-08-20 13:44:25
Message-ID: CAF-3MvN2LMnadsnkza=pAzwuaww85-E+WZv_A5Epo6zaC+13rg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 20 August 2014 15:25, Lori Corbani <Lori(dot)Corbani(at)jax(dot)org> wrote:
> The ‘create function’ documentation states:
>
> ‘You cannot change the name already assigned to any input parameter
> (although you can add names to parameters that had none before).’

Further on in that same paragraph (although I looked at the 9.3 docs) it says:
'To do that, you must drop and recreate the function.'

--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lori Corbani 2014-08-20 13:50:49 Re: create function : change name of input parameter
Previous Message Adrian Klaver 2014-08-20 13:40:03 Re: create function : change name of input parameter