openGauss5.1数据库管理指南:为MOT创建索引

支持标准的PostgreSQL创建和删除索引语句。

例如:

create index text_index1 on test(x) ;