From fcb7677be19761ba21766e2cbe0b62d11a25d2df Mon Sep 17 00:00:00 2001 From: Philip Krauss <35487337+philkra@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:13:19 +0100 Subject: [PATCH] Remove table access method option This option no longer exists Signed-off-by: Philip Krauss <35487337+philkra@users.noreply.github.com> --- api/hypercore/alter_table.md | 1 - 1 file changed, 1 deletion(-) diff --git a/api/hypercore/alter_table.md b/api/hypercore/alter_table.md index ffffa3acd5..1289c38f45 100644 --- a/api/hypercore/alter_table.md +++ b/api/hypercore/alter_table.md @@ -66,7 +66,6 @@ ALTER TABLE SET (timescaledb.enable_columnstore, timescaledb.compress_segmentby = ' [, ...]', timescaledb.sparse_index = '(), ()' timescaledb.compress_chunk_time_interval='interval', - SET ACCESS METHOD { new_access_method | DEFAULT }, ALTER SET NOT NULL, ADD CONSTRAINT UNIQUE (, ... ) );