We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67f1ce commit 6f9d799Copy full SHA for 6f9d799
src/backend/catalog/heap.c
@@ -1004,6 +1004,7 @@ AddNewRelationType(const char *typeName,
1004
* use_user_acl: TRUE if should look for user-defined default permissions;
1005
* if FALSE, relacl is always set NULL
1006
* allow_system_table_mods: TRUE to allow creation in system namespaces
1007
+ * is_internal: is this a system-generated catalog?
1008
*
1009
* Returns the OID of the new relation
1010
* --------------------------------
0 commit comments