Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/
766f3799-0269-162f-ba63-
4cae34a5534f@enterprisedb.com
}
/*
- * Callback to RangeVarGetRelidExtended(), similar to
- * RangeVarCallbackOwnsTable() but without checks on the type of the relation.
+ * Callback for RangeVarGetRelidExtended(). Checks that the current user is
+ * the owner of the relation, or superuser.
*/
void
RangeVarCallbackOwnsRelation(const RangeVar *relation,