Hello,It seems I found a small bug:I use domains as data
type aliases in my db:CREATE DOMAIN my_schema.t_varchar AS
varchar;Now lets say I want to edit (or insert) some values in
my_schema.my_table so I run pgAdmin and 'right-click & View Data' the
table.Domains under names of the columns a
Walter Haslbeck wrote:
Andreas Pflug wrote:
Maybe some problem with the theme; try another one.
Thats it, thanks!
(But where should I report the bug now: wxwidgets, gtk, kde, suse?) :)
Good question. Seems wx is innocent. I'd suggest gtk, to trace it
further down.
Regards,
Andreas
--
Hello,
I just discovered another bug (can be reproduced with pgadminIII/rc1 on
win32 and also with the latest cvs version on linux):
You can't edit comments on columns. When you edit the properties for a
column and change the comment in the textbox, the 'OK' buttons stays
grey, you can't commit