0

I have some tables in scheme of PostgreSQL. I need to find text in some tables at the same time. I need find the same phrases in different tables and also different phrases in different tables. In the end I need to join this tables and give id from the main table. Which solution is the best? P.S. Tables will update frequently.

3
  • You should look at PostgreSQL's full text search features: postgresql.org/docs/current/textsearch.html Commented Oct 4, 2021 at 8:55
  • Unrelated to your problem, but: Postgres 9.5 is no longer supported you should plan an upgrade as soon as possible. Commented Oct 4, 2021 at 9:34
  • Yes. I have upgraded the version. Commented Oct 5, 2021 at 12:45

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.