From c43f4c49ac36998b9eb4f843010546670b041c6b Mon Sep 17 00:00:00 2001 From: "Eric.wangpeng" Date: Fri, 28 Aug 2020 13:12:58 +0800 Subject: [PATCH] update content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md. Updating MOT limitations. --- .../docs/Developerguide/mot-sql-coverage-and-limitations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md b/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md index 28a848ae0..6c2ef2d08 100644 --- a/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md +++ b/content/en/docs/Developerguide/mot-sql-coverage-and-limitations.md @@ -37,6 +37,9 @@ The following lists the functionality limitations of MOT tables – - Partition by range - Create table with no-logging clause - DEFERRABLE primary key +- Reindex +- Tablespace +- Create schema with subcommands ## Unsupported Data Types @@ -168,6 +171,8 @@ The following lists the functionality limitations of MOT tables – - Select into - Update on conflict - Update from +- Lock table +- Copy from table ## Unsupported Queries for Native Compilation and Lite Execution -- Gitee