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 are displayed correctly (without schema prefix though) but when I try to insert data into a new row I get the following error:
ERROR: type t_varchar does not exist
I m using pgAdmin III 1.2.0 RC2 (Windows XP) with PostgreSQL 8.0 Beta 2 (also on WinXP)