On Sunday, October 6, 2024, Murat Efendioğlu <
mrtdmrts001@gmail.com> wrote:
Strangely my alter statement has to be like following to prevent the explained error:
ALTER DATABASE "MyDatabase" SET default_text_search_config TO 'pg_catalog.german';
Prefixed with the "pg_catalog." literal.
Then either do that and continue to use v17.0, wait until this is fixed in v17.1, or wait for the patch and deploy a custom build of v17.0 with the patch applied.
David J.