Thread: PGAdmin bug

PGAdmin bug

From
yoursoft
Date:
Dear Developpers,

I found a bug in pgAdmin III 1.8.0, WinXp sp2, Postgresql 8.2.5:
-Right click on a table with charachter array columns.
- Choose Properties
- change a column 'character varying(40)[]' to 'character 
varying(100)[]' is not posible. Why?:You can see in SQL tab: There 
aren't the '[]' chars at the end of ALTER  TABLE... sql line.

Best Regards,  Ferenc Lutischan


Re: PGAdmin bug

From
Dave Page
Date:
yoursoft wrote:
> Dear Developpers,
> 
> I found a bug in pgAdmin III 1.8.0, WinXp sp2, Postgresql 8.2.5:
> -Right click on a table with charachter array columns.
> - Choose Properties
> - change a column 'character varying(40)[]' to 'character 
> varying(100)[]' is not posible. Why?:You can see in SQL tab: There 
> aren't the '[]' chars at the end of ALTER  TABLE... sql line.

Thanks - fixed in SVN for 1.8.1.

Regards, Dave.