Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在表中有一个 tsvector 列,我希望能够从 tsvector 中删除一个词素。
我已经开始使用 ts_stat 来重建一个新的 tsvector,但它似乎相当复杂。
有没有简单的方法来做到这一点?
将其转换为文本,使用正则表达式删除,然后转换回 tsvector。