PostgreSQL - Full-Text Search
Which data type is required as input for the
ts_rank function in PostgreSQL?ts_rank function in PostgreSQL?ts_rank input typests_rank takes a tsvector (document) and a tsquery (search query) as inputs.
Only tsvector and tsquery lists tsvector and tsquery, the correct types.
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions