Links
Comment on page

ALTER TABLE

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

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.