Re: comment on COLUMN, broken or misunderstanding? - Mailing list pgsql-sql

From Milen A. Radev
Subject Re: comment on COLUMN, broken or misunderstanding?
Date
Msg-id fparqb$kkj$1@ger.gmane.org
Whole thread Raw
In response to comment on COLUMN, broken or misunderstanding?  (Bryce Nesbitt <bryce1@obviously.com>)
List pgsql-sql
Bryce Nesbitt написа:
> I'm expecting COLUMN comments to work much like table comments, but I'm
> getting nothing back.  Is this a reportable bug, or a misunderstanding?
[...]

Misunderstanding I would say - "\dd" is for objects and they are: 
'"Object" covers aggregates, functions, operators, types, relations 
(tables, views, indexes, sequences, large objects), rules, and 
triggers.' (http://www.postgresql.org/docs/8.2/static/app-psql.html, 
look for "\dd").

You could see the comment for the column with "\d+ table_name".


-- 
Milen A. Radev



pgsql-sql by date:

Previous
From: "Markus Bertheau"
Date:
Subject: Re: comment on COLUMN, broken or misunderstanding?
Next
From: Michael Fuhr
Date:
Subject: Re: comment on COLUMN, broken or misunderstanding?