please provide guidance how something like /usr/share/postgresql/install-alternatives should be ported.
the script picks up all the binaries for a certain version and installs them as a dynamic group.
the dynamic part comes from the fact that any PG extension which provides binaries as well, will also be hooked up as a part of the group created by the script.
IMHO it is a really helpful way to have them switch in a group with the main binary.
please provide guidance how something like /usr/share/postgresql/install-alternatives should be ported.
the script picks up all the binaries for a certain version and installs them as a dynamic group.
the dynamic part comes from the fact that any PG extension which provides binaries as well, will also be hooked up as a part of the group created by the script.
IMHO it is a really helpful way to have them switch in a group with the main binary.