Skip to main content

ALTER DATABASE

Note

SDK methods: alterDatabaseProperties, dropDatabaseProperties.

Alter Database Properties

ALTER DATABASE db_name SET PROPERTIES ("key" = "value", ...);
ALTER DATABASE db_name DROP PROPERTIES ("key", ...);

SET values can be bound with ?; property names cannot. DROP removes only the listed properties, not the database.