Warning:
As of April 12, 2019, CockroachDB v1.1 is no longer supported. For more details, refer to the Release Support Policy.
The ALTER DATABASE
statement applies a schema change to a database.
Note:
To understand how CockroachDB changes schema elements without requiring table locking or other user-visible downtime, see Online Schema Changes in CockroachDB.For information on using ALTER DATABASE
, see the documents for its relevant subcommands.
Subcommand | Description |
---|---|
RENAME |
Change the name of a database. |