Clarification to catalog-pg-class

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Clarification to catalog-pg-class
Date: 2009-01-28 19:18:27
Message-ID: 4980AF83.50707@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2009-02-07 17:05:33 Re: Clarification to catalog-pg-class
Previous Message Fujii Masao 2009-01-16 03:18:38 Re: BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION