I note that the docs say:
"The properties are set using the following SQL syntax:
SET property = value;"
does this mean that if I set keepnoise, matchmode, ignorecase, etc. using that syntax, that these changes will be global (applying to all users running queries against that database) and permanent (kept upon restart of server) until set otherwise? I am assuming yes, but if the answer is no, is there a way to make them global and permanent?
"The properties are set using the following SQL syntax:
SET property = value;"
does this mean that if I set keepnoise, matchmode, ignorecase, etc. using that syntax, that these changes will be global (applying to all users running queries against that database) and permanent (kept upon restart of server) until set otherwise? I am assuming yes, but if the answer is no, is there a way to make them global and permanent?