CREATE USER and pg_user - Mailing list pgsql-hackers

From William ZHANG
Subject CREATE USER and pg_user
Date
Msg-id ddhspr$2c4g$1@news.hub.org
Whole thread Raw
Responses Re: CREATE USER and pg_user  (Bruno Wolff III <bruno@wolff.to>)
Re: CREATE USER and pg_user  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
"create user foo with createdb" will create a user with createdb privilege.
"create user bar with createuser" will create s superuser who can createdb,
createuser, and update system catalog.

Why not change the option "createuser" to "superuser", or do something
to make is easier to understand?

-- 
Best regards,

William ZHANG




pgsql-hackers by date:

Previous
From: "William ZHANG"
Date:
Subject: Re: SELECT for UPDATE and outer join?
Next
From: Bruno Wolff III
Date:
Subject: Re: CREATE USER and pg_user