mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add comment for "is_internal" parameter
This was missed in my commit f4c4335 of 9.3 vintage, so backpatch to
that.
This commit is contained in:
parent
b67f1ce181
commit
6f9d799047
1 changed files with 1 additions and 0 deletions
|
|
@ -1004,6 +1004,7 @@ AddNewRelationType(const char *typeName,
|
|||
* use_user_acl: TRUE if should look for user-defined default permissions;
|
||||
* if FALSE, relacl is always set NULL
|
||||
* allow_system_table_mods: TRUE to allow creation in system namespaces
|
||||
* is_internal: is this a system-generated catalog?
|
||||
*
|
||||
* Returns the OID of the new relation
|
||||
* --------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue