Re: Not able to add or remove argument in Parameters tab, Function Properties - Mailing list pgadmin-support

From Dave Page
Subject Re: Not able to add or remove argument in Parameters tab, Function Properties
Date
Msg-id 47387167.1000406@postgresql.org
Whole thread Raw
In response to Re: Not able to add or remove argument in Parameters tab, Function Properties  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: Not able to add or remove argument in Parameters tab, Function Properties  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-support
Guillaume Lelarge wrote:
> Dave Page a écrit :
>> Guillaume Lelarge wrote:
>>> zoran a écrit :
>>>> Hi,
>>>>
>>>> Do buttons Add and Remove in Parameters tab have purpose?
>>>>
>>> They have when you're connected to a PostgreSQL 8.3 server.
>>>
>>> Dave, do you think we should hide the parameters' tab when used with
>>> pre-8.3 servers ? I can write a patch for this.
>> No - parameters are used in all versions of PostgreSQL. You can only
>> add/remove them when creating the function though, not when editing it
>> (because that would change the signature, thus making it a new function).
>>
> 
> I thought it was an 8.3 new feature ?

eh?

You cannot change foo(int, int) to foo(int, int, int) because it would
become a whole new function. Thus you can only add/remove parameters at
initial design time.

/D




pgadmin-support by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Not able to add or remove argument in Parameters tab, Function Properties
Next
From: Guillaume Lelarge
Date:
Subject: Re: Not able to add or remove argument in Parameters tab, Function Properties