Comment on page
ALTER TABLE
This command alters the previously configured connection options of the specified table.
See also:
ALTER TABLE <table_identifier>
SET <table_option> = <value>;
Note that not all table options are mutable.
All mutable options are denoted by — editable in the individual option descriptions.
Last modified 2mo ago