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.
-
You should look at PostgreSQL's full text search features: postgresql.org/docs/current/textsearch.htmlssn– ssn2021-10-04 08:55:56 +00:00Commented 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.user330315– user3303152021-10-04 09:34:05 +00:00Commented Oct 4, 2021 at 9:34
-
Yes. I have upgraded the version.Mephist– Mephist2021-10-05 12:45:55 +00:00Commented Oct 5, 2021 at 12:45
Add a comment
|