Table Comments - Mailing list pgsql-general

From Carlos Mennens
Subject Table Comments
Date
Msg-id AANLkTinS4Uo=OKFSPhwG3JHdHD77+xA-U6g3J_J1v9E_@mail.gmail.com
Whole thread Raw
Responses Re: Table Comments  (Bill Moran <wmoran@potentialtech.com>)
Re: Table Comments  ("Octavio Alvarez" <alvarezp@alvarezp.ods.org>)
Re: Table Comments  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
I saw in the documentation for PostgreSQL that I can add 'comments' to
table entries when creating columns:

http://www.postgresql.org/docs/8.1/static/tutorial-table.html

CREATE TABLE weather (
    city            varchar(80),
    temp_lo         int,           -- low temperature
    temp_hi         int,           -- high temperature
    prcp            real,          -- precipitation
    date            date
);

I did a search and don't understand in what aspect are the 'comments'
relevant / visible? I don't see the comments when I attempt to list /
describe the table with \d weather;

Any suggestions?

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Getting FATAL: terminating connection due to administrator command
Next
From: Michael Hull
Date:
Subject: Re: Search then Delete Performance