Hide Forgot
The check_and_install_uuid_osspa_pg9 function checks whehter the "uuid-ossp" module is already installed, and should install it if it's not installed already. The issue is that the function does not recognize well whether the module is already installed and tries to install it only when it's already installed. The side effect is that db creation can fail when trying to install that module using a non-privileged user, although the superuser already installed it. The error: ERROR: extension "uuid-ossp" already exists
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.