From 9ea34c59509e89eb313b96c2d5d02e6e2ca3bdb0 Mon Sep 17 00:00:00 2001 From: Yahor Yuzefovich Date: Thu, 14 Dec 2023 09:59:55 -0800 Subject: [PATCH] sql: fix up a comment Release note: None --- pkg/sql/alter_database.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/sql/alter_database.go b/pkg/sql/alter_database.go index ae12b60a700d..a1a4ce18a3f1 100644 --- a/pkg/sql/alter_database.go +++ b/pkg/sql/alter_database.go @@ -561,7 +561,6 @@ func (p *planner) checkCanDropSystemDatabaseRegion(ctx context.Context, region t // - either be part of an admin role. // - or be an owner of the table. // - or have the CREATE privilege on the table. -// privilege on the table descriptor. // // For the system database, the conditions are more stringent. The user must // be the node user, and this must be a secondary tenant.