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 | ❌ | ❌ | |