S
S
Sergey2014-09-07 11:16:06
PostgreSQL
Sergey, 2014-09-07 11:16:06

SQL: How to give permission to create users?

How to give a user the right to create other users in PostgreSQL?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir, 2014-09-10
@azrail_dev

www.postgresql.org/docs/9.0/static/sql-grant.html
It doesn't say that. Perhaps only superuser can do this. If you find a method - write, please, interesting.

S
Sergey, 2014-09-10
@DrMGC

Only way so far
PS Taken from stackoverflow.com/questions/10757431/postgres-upgr...

A
AnnInDark, 2014-09-12
@AnnInDark

Actually
ALTER USER myuser CREATEROLE;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question