From 96297821d2c36c4c88ba0d2f8564258ac2659ecc Mon Sep 17 00:00:00 2001 From: James Cor Date: Mon, 4 Nov 2024 15:45:00 -0800 Subject: [PATCH] update partition docs --- .../doltgres/content/reference/sql-support/supported-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/doltgres/content/reference/sql-support/supported-commands.md b/packages/doltgres/content/reference/sql-support/supported-commands.md index 091e808c5..ba7464dd6 100644 --- a/packages/doltgres/content/reference/sql-support/supported-commands.md +++ b/packages/doltgres/content/reference/sql-support/supported-commands.md @@ -118,6 +118,7 @@ title: Supported SQL Commands | CREATE STATISTICS | ❌ | ❌ | | | CREATE SUBSCRIPTION | ❌ | ❌ | | | CREATE TABLE | ✅ | 🟠 | | +| CREATE TABLE ... PARTITION | ✅ | ❌ | PARTITIONs are parsed, but ignored| | CREATE TABLESPACE | ❌ | ❌ | | | CREATE TEXT SEARCH CONFIGURATION | ❌ | ❌ | | | CREATE TEXT SEARCH DICTIONARY | ❌ | ❌ | |