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から語彙素を削除できるようにしたいと思います。
新しいtsvectorを再構築するためにts_statをいじり始めましたが、それは非常に複雑なようです。
それを行う簡単な方法はありますか?
テキストにキャストし、正規表現で削除して、tsvectorにキャストバックします。