ALTER DATABASE

Use ALTER DATABASE to perform the following tasks:

To see the current value of a parameter, query system table CONFIGURATION_PARAMETERS or use SHOW DATABASE.

Syntax

ALTER DATABASE db-spec {
      DROP ALL FAULT GROUP
      | EXPORT ON { subnet‑name | DEFAULT } 
      | RESET STANDBY
      | SET [PARAMETER] parameter=value [,…] 
      | CLEAR [PARAMETER] parameter[,…]
}

Parameters

db-spec

Specifies the database to alter, one of the following:

  • The database name
  • DEFAULT: The current database
DROP ALL FAULT GROUP Drops all fault groups defined on the specified database.
EXPORT ON

Specifies the network to use for importing and exporting data, one of the following:

  • subnet‑name: A subnet of the public network.
  • DEFAULT: Specifies to use a private network.

For details, see Identify the Database or Nodes Used for Import/Export, and Changing Node Export Addresses.

RESET STANDBY (Enterprise Mode only) Restores all down nodes and reverts their replacement nodes to standby status. If any replaced nodes cannot resume activity, Vertica leaves their standby nodes in place.
SET [PARAMETER] Sets the specified parameters.
CLEAR [PARAMETER] Resets the specified parameters to their default values.

Privileges

Superuser