Re: postgres database user account

Поиск
Список
Период
Сортировка
От Plugge, Joe R.
Тема Re: postgres database user account
Дата
Msg-id BD69807DAE0CE44CA00A8338D0FDD08302E49509A9@oma00cexmbx03.corp.westworlds.com
обсуждение исходный текст
Ответ на postgres database user account  ("Maria L. Wilson" <Maria.L.Wilson-1@nasa.gov>)
Ответы Re: postgres database user account
Список pgsql-admin
Yes, you can create a role that is a superuser that should be able to do internal work:

CREATE ROLE myuser;
ALTER ROLE myuser WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN PASSWORD 'mypassword' VALID UNTIL 'infinity';

If you are talking about the operating system account named postgres, then this is a different question.

-----Original Message-----
From: pgsql-admin-owner@postgresql.org [mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Maria L. Wilson
Sent: Wednesday, June 30, 2010 2:15 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] postgres database user account

Hoping someone out there can answer this general question(s)....  I am
having to justify having access to the "postgres" database user account
to do DBA type work.....
Is there any specific items that require the postgres database user
account to run?

Can any general user (with superuser permission) basically do what this
postgres account does?

thanks,  Maria Wilson
Nasa/Langley Research Center
Hampton, Virginia 23681

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Maria L. Wilson"
Дата:
Сообщение: postgres database user account
Следующее
От: "Maria L. Wilson"
Дата:
Сообщение: Re: postgres database user account