Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: pgadmin 1.8.0 beta3 bug



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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group