We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc4669 commit 2eed5f8Copy full SHA for 2eed5f8
api/hypercore/alter_table.md
@@ -66,7 +66,6 @@ ALTER TABLE <table_name> SET (timescaledb.enable_columnstore,
66
timescaledb.compress_segmentby = '<column_name> [, ...]',
67
timescaledb.sparse_index = '<index>(<column_name>), <index>(<column_name>)'
68
timescaledb.compress_chunk_time_interval='interval',
69
- SET ACCESS METHOD { new_access_method | DEFAULT },
70
ALTER <column name> SET NOT NULL,
71
ADD CONSTRAINT <constraint_name> UNIQUE (<column name>, ... )
72
);
0 commit comments