Skip to content

Commit 2eed5f8

Browse files
authored
Remove table access method option (#4543)
This option no longer exists Signed-off-by: Philip Krauss <35487337+philkra@users.noreply.github.com>
1 parent bbc4669 commit 2eed5f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/hypercore/alter_table.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ALTER TABLE <table_name> SET (timescaledb.enable_columnstore,
6666
timescaledb.compress_segmentby = '<column_name> [, ...]',
6767
timescaledb.sparse_index = '<index>(<column_name>), <index>(<column_name>)'
6868
timescaledb.compress_chunk_time_interval='interval',
69-
SET ACCESS METHOD { new_access_method | DEFAULT },
7069
ALTER <column name> SET NOT NULL,
7170
ADD CONSTRAINT <constraint_name> UNIQUE (<column name>, ... )
7271
);

0 commit comments

Comments
 (0)