Thanks! That worked (I am on MacOS indeed).
Right - the problem seems to be: ERROR: could not load library "/opt/homebrew/opt/postgresql@16/lib/postgresql/btree_gist_extra.dylib": dlopen(/opt/homebrew/opt/postgresql@16/lib/postgresql/btree_gist_extra.dylib, 0x000A): symbol not found in flat namespace '_gbt_text_consistent' That only happens when btree_gist is _already_ loaded earlier. When btree_gist is not loaded yet and I perform: CREATE EXTENSION btree_gist_extra CASCADE; all works fine.
I would like to avoid it but maybe it is going to be necessary. BTW - the extension is https://github.com/mkleczek/btree_gist_extra Thanks! — Michal |