Re: pgadmin 1.8.0 beta3 bug - Mailing list pgadmin-support

From Erwin Brandstetter
Subject Re: pgadmin 1.8.0 beta3 bug
Date
Msg-id 46D733E3.2090204@unet.univie.ac.at
Whole thread Raw
In response to Re: pgadmin 1.8.0 beta3 bug  (Erwin Brandstetter <brandstetter@falter.at>)
List pgadmin-support
Erwin Brandstetter wrote:
>
> - Trying to add a comment to UNIQUE CONSTRAINT fails altogether.

Actually, it doesn't fail to write. It just doesn't show up anywhere in 
pgadmin afterwards.

psql doesn't seem to have a meta-command to retrieve comments on 
constraints. But checking by OID with "obj_description" reveals it:   SELECT obj_description(2666870,
'pg_constraint');


Regards
Erwin


pgadmin-support by date:

Previous
From: "Luiz K. Matsumura"
Date:
Subject: Re: PgAdmin 1.8.0 beta 3 bug: Open file in Query Tool
Next
From: Dave Page
Date:
Subject: Re: pgadmin 1.8.0 beta3 bug