Skip to main content
Updates the configuration of the specified database.

ALTER DATABASE DESCRIPTION

Syntax

Parameters

Example

The following example alters a description of the database:

ALTER DATABASE RENAME TO

Renames the specified database.

Syntax

Parameters

ALTER DATABASE OWNER TO

Change the owner of a database. The current owner of a database can be viewed in the information_schema.catalogs view on catalog_owner column. check ownership page for more info.

Syntax

Parameters