You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (sql change): add the default_text_search_config variable
for compatibility with the single-argument variants of the text search
functions to_tsvector, to_tsquery, phraseto_tsquery, and
plainto_tsquery, which use the value of default_text_search_config
instead of expecting one to be included as in the two-argument variants.
The default value of this setting is 'english'.
Exalate commented:
Related PR: cockroachdb/cockroach#99323
Commit: cockroachdb/cockroach@ba28e85
Epic: CRDB-22357
Release note (sql change): add the default_text_search_config variable
for compatibility with the single-argument variants of the text search
functions to_tsvector, to_tsquery, phraseto_tsquery, and
plainto_tsquery, which use the value of default_text_search_config
instead of expecting one to be included as in the two-argument variants.
The default value of this setting is 'english'.
Jira Issue: DOC-7282
The text was updated successfully, but these errors were encountered: