Re: [pgadmin-support] Bugs in PgadminIII 1.3.0 beta (7.1.05)

2005-01-14 Thread Andreas Pflug
KÖPFERL Robert wrote: Maybe I'm telling old stories... if so, it's just the case. I enountered couriosities while working with DOMAINS When defining an aditional CHECK-constraint, the generated SQL looks like that: -- Domain: msisdn_type -- DROP DOMAIN msisdn_type; CREATE DOMAIN msisdn_type AS va

[pgadmin-support] Bugs in PgadminIII 1.3.0 beta (7.1.05)

2005-01-13 Thread KÖPFERL Robert
Maybe I'm telling old stories... if so, it's just the case. I enountered couriosities while working with DOMAINS When defining an aditional CHECK-constraint, the generated SQL looks like that: > -- Domain: msisdn_type -- DROP DOMAIN msisdn_type; CREATE DOMAIN msisdn_type AS varchar(32) CHEC