How to make an extension not relocatable?
问题 I have an extension: https://github.com/CraigTyle/Mathexp My task is to make the extension not relocatable: it should be possible to install the extension in any schema, but it should be impossible to change that schema. I was told that this is how to do it: Do not use operators and use the @extschema@ prefix for locally defined types and objects. well don't declare relocatable extension. What exactly do I have to do? 回答1: First, you have to change relocatable to false in the extension's