Clarification to catalog-pg-class

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Clarification to catalog-pg-class
Дата
Msg-id 4980AF83.50707@agliodbs.com
обсуждение исходный текст
Ответы Re: Clarification to catalog-pg-class
Список pgsql-docs
All,

Currently, catalog-pg-class is a bit confusing as to where FKs are
tracked in pg_class.  Please update the lines for relchecks and
reltriggers to read:

relchecks    int2          Number of check constraints on the table (but not
other types of constraints); see pg_constraint catalog
reltriggers    int2         Number of triggers on the table, including
constraint-triggers for foreign keys; see pg_trigger catalog

--Josh Berkus

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Current docs are too comlicated for new Postgre users; thoughts on improvement
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Clarification to catalog-pg-class