I have a superuser for a PostgreSQL database, let’s call him userX.
How can I make a new superuser (let’s call him userY) with all the same permissions, access, etc…?
Basically, I want a clone of everything about userX to userY and keep both users.
I have a superuser for a PostgreSQL database, let’s call him userX.
How can I make a new superuser (let’s call him userY) with all the same permissions, access, etc…?
Basically, I want a clone of everything about userX to userY and keep both users.