Skip to content

Commit

Permalink
Merge pull request cockroachdb#75075 from rytaft/backport21.1-74929
Browse files Browse the repository at this point in the history
release-21.1: sql: fix ALTER DATABASE help text
  • Loading branch information
rytaft authored Jan 18, 2022
2 parents 33744f8 + 42b3e1e commit a7e29a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/sql/parser/sql.y
Original file line number Diff line number Diff line change
Expand Up @@ -1483,10 +1483,11 @@ alter_sequence_options_stmt:
// %Category: DDL
// %Text:
// ALTER DATABASE <name> RENAME TO <newname>
// ALTER DATABASE <name> CONFIGURE ZONE <zone config>
// ALTER DATABASE <name> OWNER TO <newowner>
// ALTER DATABASE <name> CONVERT TO SCHEMA WITH PARENT <name>
// ALTER DATABASE <name> ADD REGIONS <regions>
// ALTER DATABASE <name> DROP REGIONS <regions>
// ALTER DATABASE <name> ADD REGION [IF NOT EXISTS] <region>
// ALTER DATABASE <name> DROP REGION [IF EXISTS] <region>
// ALTER DATABASE <name> PRIMARY REGION <region>
// ALTER DATABASE <name> SURVIVE <failure type>
// %SeeAlso: WEBDOCS/alter-database.html
Expand Down

0 comments on commit a7e29a6

Please sign in to comment.