eulerto / pg_similarity

set of functions and operators for executing similarity queries
BSD 3-Clause "New" or "Revised" License
358 stars 38 forks source link

set PGS_MAX_STR_LEN at runtime #33

Open joshua-gould opened 2 years ago

joshua-gould commented 2 years ago

I would like to set PGS_MAX_STR_LEN at runtime instead of compile time. For example:

set pg_similarity.max_str_len to 2000;

andersonferbr commented 1 year ago

Hi, did you get any solution?

joshua-gould commented 1 year ago

Hi, did you get any solution?

Unfortunately not.

eulerto commented 1 year ago

It is possible but ... see my https://github.com/eulerto/pg_similarity/issues/36#issuecomment-1544448927 .