SET WITH OIDS
SET WITHOUT OIDS
SET TABLESPACE new_tablespace
- SET {LOGGED | UNLOGGED}
+ SET { LOGGED | UNLOGGED }
SET ( storage_parameter = value [, ... ] )
RESET ( storage_parameter [, ... ] )
INHERIT parent_table
OF type_name
NOT OF
OWNER TO { new_owner | CURRENT_USER | SESSION_USER }
- REPLICA IDENTITY {DEFAULT | USING INDEX index_name | FULL | NOTHING}
+ REPLICA IDENTITY { DEFAULT | USING INDEX index_name | FULL | NOTHING }
and table_constraint_using_index is:
- SET {LOGGED | UNLOGGED}
+ SET { LOGGED | UNLOGGED }
This form changes the table from unlogged to logged or vice-versa