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

From Michael Fuhr
Subject Re: comment on COLUMN, broken or misunderstanding?
Date
Msg-id 20080218043818.GA79269@winnie.fuhr.org
Whole thread Raw
In response to comment on COLUMN, broken or misunderstanding?  (Bryce Nesbitt <bryce1@obviously.com>)
List pgsql-sql
On Sun, Feb 17, 2008 at 06:18:26PM -0800, Bryce Nesbitt wrote:
> 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?
> 
> # comment on column sched.days is 'Bitmask 0=Sunday,7=Holiday, 8=School
> day, 9=Special';
> COMMENT
> # \dd sched.days;
>  Schema | Name | Object | Description
> --------+------+--------+-------------
> (0 rows)

You're using the wrong psql command.  Try "\d+ sched".

-- 
Michael Fuhr


pgsql-sql by date:

Previous
From: "Milen A. Radev"
Date:
Subject: Re: comment on COLUMN, broken or misunderstanding?
Next
From: "Shavonne Marietta Wijesinghe"
Date:
Subject: SELECT DISTINCT