Adding full text search GIN index in the datamodeler for postgresql

Hi,

Is there a way to create GIN indices in the data modeler? I've searched the documentation and forum, but couldn't find anything about this topic.

CREATE INDEX trgm_idx ON users USING GIN (column gin_trgm_ops);

CREATE INDEX gin_idx_name ON users USING gin(to_tsvector('english',column));

Thank you.

Jan

Hi @Robroeks_Jops,
Unfortunately no, it's not supported.

Hi Wagner,

Ok. Thank you.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.