Re: pgadmin 1.8.0 beta3 bug

From: Erwin Brandstetter <a9006241(at)unet(dot)univie(dot)ac(dot)at>
To: dpage(at)postgresql(dot)org
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgadmin 1.8.0 beta3 bug
Date: 2007-08-30 21:17:23
Message-ID: 46D733E3.2090204@unet.univie.ac.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2007-09-03 11:04:51 Re: pgadmin 1.8.0 beta3 bug
Previous Message Luiz K. Matsumura 2007-08-29 17:00:25 Re: PgAdmin 1.8.0 beta 3 bug: Open file in Query Tool