Dear postgresql experts!
After this command:
db=> CREATE EXTENSION IF NOT EXISTS ext WITH SCHEMA test; ERROR: permission denied to create extension "ext" HINT: Must be superuser to create this extension. Question: how to create a superuser from an existing user?