Skip to content

Commit

Permalink
sql: fix up a comment
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
yuzefovich committed Dec 14, 2023
1 parent 21d2fe7 commit 9ea34c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sql/alter_database.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ea34c5

Please sign in to comment.