ALTER TABLE

This command alters the previously configured connection options of the specified table.

Syntax

ALTER TABLE <table_identifier> 
    SET <table_option> = <value>;

Note that not all table options are mutable.

To check if a certain table option is mutable, see: Table options

All mutable options are denoted by — editable in the individual option descriptions.

Last updated