Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

Create/copy new superuser from an existing one

$
0
0

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.


Viewing all articles
Browse latest Browse all 1138

Trending Articles