Re: Problem with pgadmin3 1.16.0

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Andrzej Zawadzki <zawadaa(at)wp(dot)pl>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Problem with pgadmin3 1.16.0
Date: 2012-11-25 10:36:33
Message-ID: 1353839793.2052.8.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Wed, 2012-10-24 at 17:39 +0200, Andrzej Zawadzki wrote:
> Hi!
>
> After upgrade database to version 9.2.1 I have very strange situation.
> Look at the screenshot:
>
> http://imageshack.us/photo/my-images/577/pgadminfunctionssnapsho.png/
>
> Function is multiplied by notes from comments on one table :-D
> Sources are equal.
>
> In psql it looks properly.
>
> qstest=# \df alior*
> List of functions
> Schema|Name|Result data type|Argument data types|Type
> public|alior_credit_final_bank_decision_change|trigger||trigger
> public|alior_offer_set_inactive|trigger||trigger
> public|alior_set_decision|integer|p_credit_id integer, p_status_id
> integer|normal
> public|alior_set_decision|integer|p_credit_id integer, p_status_id
> integer, p_username name|normal
> public|alior_update_borrower_account_data|integer|p_borrower_id integer,
> p_personal_account_number text, p_personal_account_bank_name text|normal
> public|alior_update_borrower_account_data|integer|p_borrower_id integer,
> p_personal_account_status_id integer, p_personal_account_number text,
> p_personal_account_bank_name text|normal
> (6 rows)
>

I don't reproduce this issue. Can you create a small test case, so that
I can try it?

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-11-25 10:42:30 Re: serial column detection
Previous Message Guillaume Lelarge 2012-11-25 10:31:49 Re: [feature request] split triggers into branches