2021-04-29 15:31:01: zhangjindong@zettadb.com created the issue
currently, we do not support partial index, but it may be useful to add support for this.
create table insertconflicttest(key1 int4, fruit text);
create unique index partial_key_index on insertconflicttest(key1) where fruit like '%berry';
-- psql:insert_conflict.sql:166: ERROR: partial index isn't supported for remote relations
Issue migrated from trac ticket # 77 www.kunlunbase.com
component: kunlun-storage | priority: major
2021-04-29 15:31:01: zhangjindong@zettadb.com created the issue