/* ---------------- *pg_extensiondefinition.cppturnsthisinto *typedefstructFormData_pg_extension *----------------
*/
CATALOG(pg_extension,3079,ExtensionRelationId)
{
Oid oid; /* oid */
NameData extname; /* extension name */
Oid extowner BKI_LOOKUP(pg_authid); /* extension owner */
Oid extnamespace BKI_LOOKUP(pg_namespace); /* namespace of
* contained objects */ bool extrelocatable; /* if true, allow ALTER EXTENSION SET SCHEMA */
#ifdef CATALOG_VARLEN /* variable-length fields start here */ /* extversion may never be null, but the others can be. */
text extversion BKI_FORCE_NOT_NULL; /* extension version name */
Oid extconfig[1] BKI_LOOKUP(pg_class); /* dumpable configuration
* tables */
text extcondition[1]; /* WHERE clauses for config tables */ #endif
} FormData_pg_extension;
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.