[Video 388] Phil Vacca: Searching Text With PostgreSQL

So, you’ve put text inside of your PostgreSQL database. How you can find, among all of your rows, the rows that contain precisely the text that you want? Fortunately, PostgreSQL offers many options, including a sophisticated full-text search engine. In this talk, Phil Vacca provides us with an introduction to searching for text in PostgreSQL, looking at some of the features that make it much better than just a plain ol’ index, such as weighting and stemming,

Leave a Reply