PostgreSQL create index on on JSONB[]

后端 未结 0 390
既然无缘
既然无缘 2021-02-11 00:05

Consider a table defined as follows:

CREATE TABLE test (
    id int4 NOT NULL,
    tag_counts _jsonb NOT NULL DEFAULT ARRAY[]::jsonb[]
);

INSERT INTO test(id, ta         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题