/* ---------------- *pg_statistic_extdefinition.cppturnsthisinto *typedefstructFormData_pg_statistic_ext *----------------
*/
CATALOG(pg_statistic_ext,3381,StatisticExtRelationId)
{
Oid oid; /* oid */
Oid stxrelid BKI_LOOKUP(pg_class); /* relation containing
* attributes */
/* These two fields form the unique key for the entry: */
NameData stxname; /* statistics object name */
Oid stxnamespace BKI_LOOKUP(pg_namespace); /* OID of statistics
* object's namespace */
Oid stxowner BKI_LOOKUP(pg_authid); /* statistics object's owner */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.