This seems like a really basic question, but how do I change the default limit for the pg_trgm extension? Which is currently 0.3. I have done:
select set_limit(0.5)
select show_limit() => 0.5
Close the connection, reconnect:
select show_limit() => 0.3
Thanks for your help.