Re: comment on COLUMN, broken or misunderstanding?

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Bryce Nesbitt <bryce1(at)obviously(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: comment on COLUMN, broken or misunderstanding?
Date: 2008-02-18 04:38:18
Message-ID: 20080218043818.GA79269@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Shavonne Marietta Wijesinghe 2008-02-19 10:01:10 SELECT DISTINCT
Previous Message Milen A. Radev 2008-02-18 02:50:53 Re: comment on COLUMN, broken or misunderstanding?