November 2025
Beginner to intermediate
400 pages
11h 43m
English
Postgres has supported various text data types and search operators for years. For instance, we can store text values in a column of the TEXT type and then use the equality operator (=), pattern-matching operators (LIKE and ILIKE), regular-expression-matching operators (~ and ~*), and other operators to query the text data. Although these capabilities work well for simple text data and queries, they are less effective when searching ...
Read now
Unlock full access