Re: Bugs in PgadminIII 1.3.0 beta (7.1.05)

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: KÖPFERL Robert <robert(dot)koepferl(at)sonorys(dot)at>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bugs in PgadminIII 1.3.0 beta (7.1.05)
Date: 2005-01-14 17:31:42
Message-ID: 41E801FE.6020207@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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 varchar(32)
> CHECK CHECK ((VALUE)::text ~ '^\\d+'::text);
> ALTER DOMAIN msisdn_type OWNER TO robert;
> <
>
> notice the twice CHECK.
>
> ------------------
> USing the Grant-Assistand on Functions privileges are mixed up.
> Selecting one or more funcs and adding a privilege "ALL"
> results in a "GRANT EXECUTE" while EXECUTE results in a "REVOKE ALL"
> needless to say that the middle checkbox is empty

Both fixed in CVS, thanks for reporting.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2005-01-14 17:32:02 Re: Pg-admin 1.3 doesn't find a resource on Windoze
Previous Message KÖPFERL Robert 2005-01-14 13:49:51 Pg-admin 1.3 doesn't find a resource on Windoze