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
function similarity(character varying, unknown) does not exist
LINE 1: SELECT COUNT(*) FROM (SELECT SIMILARITY("blog_post"."title",...
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
i try the solution in this https://stackoverflow.com/questions/64712167/error-while-configuring-postgressql-for-django
but it did not work
The text was updated successfully, but these errors were encountered:
function similarity(character varying, unknown) does not exist
LINE 1: SELECT COUNT(*) FROM (SELECT SIMILARITY("blog_post"."title",...
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
i try the solution in this
https://stackoverflow.com/questions/64712167/error-while-configuring-postgressql-for-django
but it did not work
The text was updated successfully, but these errors were encountered: