Best practice non privilege postgres-user

Поиск
Список
Период
Сортировка
От Frank Lanitz
Тема Best practice non privilege postgres-user
Дата
Msg-id 502DFF6B.8070005@frank.uvena.de
обсуждение исходный текст
Ответы Re: Best practice non privilege postgres-user  (Moshe Jacobson <moshe@neadwerx.com>)
Re: Best practice non privilege postgres-user  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-general
Hi folks,

I'm looking for some kind of best practice for a non-privilege postgres
user. As not all operations can be done within psql you might need
access to postgres- on command line from time to time. Currently this is
done via root-privvileges and »su - postgres« directly on database
server - which is might not the best idea. Therefor our goal is to limit
access to a little number of people on the first hand and don't
necessary give them root-privileges on the databse server. We
experimented a bit with sudo but had issues with some of the
environmental variables. So my question is: do you have any best
practice how to manage this? Is there any golden rule for this?

Cheers,
Frank


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

Предыдущее
От: Condor
Дата:
Сообщение: Re: How to analyze load average ?
Следующее
От: Dave Page
Дата:
Сообщение: Re: Check PostgreSQL status using MS-DOS bat file?