Table Comments

Поиск
Список
Период
Сортировка
От Carlos Mennens
Тема Table Comments
Дата
Msg-id AANLkTinS4Uo=OKFSPhwG3JHdHD77+xA-U6g3J_J1v9E_@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Getting FATAL: terminating connection due to administrator command
Следующее
От: Michael Hull
Дата:
Сообщение: Re: Search then Delete Performance