Обсуждение: Bug/Feature request: Parameter names

Поиск
Список
Период
Сортировка

Bug/Feature request: Parameter names

От
"Bath, David"
Дата:
Folks,

Version of pgadmin3 : 1.2.2
Version of postgresql : 8.0.3
Operating Platform : SuSE 9.3 Professional IA-32
Summary: Loss of parameter names in functions
Impact (1-10): 7

Long Description: I am having difficulties with function parameter names: a. Entering them through the
properties/createnew dialog boxes b. Parameter names are missing when retrieved into SQL panel.
 
 Item (b) seems especially odd, as I note that this information *is* available in the following columns/attributes a.
information_schema.parameter.parameter_nameb. pg_catalog.pg_proc.proargnames
 
 I am using pgadmin3 for rapid development, and this slows me down considerably, especially.

Thanks in advance
-- 
David T. Bath
dave.bath@unix.net



Re: Bug/Feature request: Parameter names

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Bath, David
> Sent: 22 September 2005 01:42
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Bug/Feature request: Parameter names
>
> Folks,
>
> Version of pgadmin3 : 1.2.2
> Version of postgresql : 8.0.3
> Operating Platform : SuSE 9.3 Professional IA-32
> Summary: Loss of parameter names in functions
> Impact (1-10): 7
>
> Long Description:
>   I am having difficulties with function parameter names:
>   a. Entering them through the properties/create new dialog boxes
>   b. Parameter names are missing when retrieved into SQL panel.
>
>   Item (b) seems especially odd, as I note that this information
>   *is* available in the following columns/attributes
>   a. information_schema.parameter.parameter_name
>   b. pg_catalog.pg_proc.proargnames
>
>   I am using pgadmin3 for rapid development, and this slows me
>   down considerably, especially.

Named parameters are supported in the current development code which is
shortly going to become a beta. You can download snapshots from
http://developer.pgadmin.org/snapshots/, however you'll need to compile
from source for Suse I'm afraid.

Regards, Dave


Re: Bug/Feature request: Parameter names

От
Andreas Pflug
Дата:
Dave Page wrote:
>  
> Named parameters are supported in the current development code which is
> shortly going to become a beta. 

It's in 1.2 as well, so the missing reengineered name might be a bug. 
1.2.2 is probably the last 1.2 version, so we'll check this in 1.3

Regards,
Andreas


Re: Bug/Feature request: Parameter names

От
Vasilev Max
Дата:
Dave Page пишет:
>  
>
>   
>> -----Original Message-----
>> From: pgadmin-support-owner@postgresql.org 
>> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Bath, David
>> Sent: 22 September 2005 01:42
>> To: pgadmin-support@postgresql.org
>> Subject: [pgadmin-support] Bug/Feature request: Parameter names
>>
>> Folks,
>>
>> Version of pgadmin3 : 1.2.2
>> Version of postgresql : 8.0.3
>> Operating Platform : SuSE 9.3 Professional IA-32
>> Summary: Loss of parameter names in functions
>> Impact (1-10): 7
>>
>> Long Description:
>>   I am having difficulties with function parameter names:
>>   a. Entering them through the properties/create new dialog boxes
>>   b. Parameter names are missing when retrieved into SQL panel.
>>
>>   Item (b) seems especially odd, as I note that this information
>>   *is* available in the following columns/attributes
>>   a. information_schema.parameter.parameter_name
>>   b. pg_catalog.pg_proc.proargnames
>>
>>   I am using pgadmin3 for rapid development, and this slows me
>>   down considerably, especially.
>>     
>
> Named parameters are supported in the current development code which is
> shortly going to become a beta. You can download snapshots from
> http://developer.pgadmin.org/snapshots/, however you'll need to compile
> from source for Suse I'm afraid.
>
> Regards, Dave
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>   

Hello.

You can try current SVN version. For SuSE Linux 9.3 distribution i made
rpm-packages:

ftp://suse.kckk.ru/9.3/RPMS/i586/pgadmin3-1.3.0-4457svn.st1.i586.rpm
ftp://suse.kckk.ru/9.3/RPMS/x86_64/pgadmin3-1.3.0-4457svn.st1.x86_64.rpm

wbr,
Vasilev Max