Three places are fixed, one for each author.
Reported-by: Tom Lane
Author: Tom Lane, Amit Langote, Michael Paquier
Discussion: https://postgr.es/m/82470.
1540177167@sss.pgh.pa.us
relhassubclass
bool
- True if table has (or once had) any inheritance children
+
+ True if table or index has (or once had) any inheritance children
+
|
relispartition
bool
- True if table is a partition
+ True if table or index is a partition
|
bool relhasoids; /* T if we generate OIDs for rows of rel */
bool relhasrules; /* has (or has had) any rules */
bool relhastriggers; /* has (or has had) any TRIGGERs */
- bool relhassubclass; /* has (or has had) derived classes */
+ bool relhassubclass; /* has (or has had) child tables or indexes */
bool relrowsecurity; /* row security is enabled or not */
bool relforcerowsecurity; /* row security forced for owners or
* not */