Re: Table and Fields comment

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема Re: Table and Fields comment
Дата
Msg-id Pine.LNX.4.10.10110230513230.12978-100000@tincan.org
обсуждение исходный текст
Ответ на Table and Fields comment  (t.ngockhoi@bpf.vnu.com)
Список pgsql-general
On Tue, 23 Oct 2001 t.ngockhoi@bpf.vnu.com wrote:

> Any body can't tell me howto add somme table fields comment. I don't
> find it in any meta-data table ?.

This is for PostgreSQL 7.1.3


raanders=> \h comment
Command:     COMMENT
Description: Add comment to an object
Syntax:
COMMENT ON
[
  [ DATABASE | INDEX | RULE | SEQUENCE | TABLE | TYPE | VIEW ]
  object_name |
  COLUMN table_name.column_name|
  AGGREGATE agg_name agg_type|
  FUNCTION func_name (arg1, arg2, ...)|
  OPERATOR op (leftoperand_type rightoperand_type) |
  TRIGGER trigger_name ON table_name
] IS 'text'



Rod
--
                      Let Accuracy Triumph Over Victory

                                                       Zetetic Institute
                                                        "David's Sling"
                                                         Marc Stiegler


В списке pgsql-general по дате отправления:

Предыдущее
От: "Tille, Andreas"
Дата:
Сообщение: Re: Snapshot is not working
Следующее
От: Andrew Gould
Дата:
Сообщение: Re: Database design?