Commit 6f9d7990 authored by Alvaro Herrera's avatar Alvaro Herrera

Add comment for "is_internal" parameter

This was missed in my commit f4c4335a of 9.3 vintage, so backpatch to
that.
parent b67f1ce1
...@@ -1004,6 +1004,7 @@ AddNewRelationType(const char *typeName, ...@@ -1004,6 +1004,7 @@ AddNewRelationType(const char *typeName,
* use_user_acl: TRUE if should look for user-defined default permissions; * use_user_acl: TRUE if should look for user-defined default permissions;
* if FALSE, relacl is always set NULL * if FALSE, relacl is always set NULL
* allow_system_table_mods: TRUE to allow creation in system namespaces * 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 * Returns the OID of the new relation
* -------------------------------- * --------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment