Skip to content

Commit

Permalink
Add docs for ALTER RANGE ... RELOCATE
Browse files Browse the repository at this point in the history
Fixes DOC-3344

Summary of changes:

- Update the existing 'ALTER RANGE' page to make it a list of
  subcommands (similar to 'ALTER DATABASE', etc.)

- Add a page, 'ALTER RANGE ... RELOCATE', with some info and examples
  about this new command.
  • Loading branch information
rmloveland committed May 11, 2022
1 parent 451c762 commit c0acdc7
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 2 deletions.
6 changes: 6 additions & 0 deletions _includes/v22.1/sidebar-data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@
"/${VERSION}/alter-range.html"
]
},
{
"title": "<code>ALTER RANGE ... RELOCATE</code>",
"urls": [
"/${VERSION}/alter-range-relocate.html"
]
},
{
"title": "<code>ALTER ROLE</code>",
"urls": [
Expand Down
Loading

0 comments on commit c0acdc7

Please sign in to comment.