diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index d9bbeafd82..343fe61115 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -17062,8 +17062,8 @@ RangeVarCallbackForTruncate(const RangeVar *relation, } /* - * 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,