/* ---------------- *pg_user_mappingdefinition.cppturnsthisinto *typedefstructFormData_pg_user_mapping *----------------
*/
CATALOG(pg_user_mapping,1418,UserMappingRelationId)
{
Oid oid; /* oid */
Oid umuser BKI_LOOKUP_OPT(pg_authid); /* Id of the user, *InvalidOidifPUBLICis
* wanted */
Oid umserver BKI_LOOKUP(pg_foreign_server); /* server of this
* mapping */
#ifdef CATALOG_VARLEN /* variable-length fields start here */
text umoptions[1]; /* user mapping options */ #endif
} FormData_pg_user_mapping;
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.