Re: postgres issue

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: postgres issue
Дата
Msg-id 4B49C7E3.4000903@postnewspapers.com.au
обсуждение исходный текст
Ответ на postgres issue  (Amy Smith <vah123@gmail.com>)
Ответы Re: postgres issue  ("Roderick A. Anderson" <raanders@cyber-office.net>)
Список pgsql-general
On 9/01/2010 10:53 PM, Amy Smith wrote:
> all
> For dba, do you create a dba user and grant all privilege to 'dba user',
> so you can create table, etc ?
> For a team, do you create user for all team member and tie to a group ?
> Not sure the set up for postgres

However you prefer, really.

I prefer to create a role that owns a particular database and GRANT
people who administrate that database access to that role, but you can
just as easily do DBA work as a superuser if you trust your DBAs to
access _all_ your databases.

> also what is best way to create a production and test region  using the
> same database ?

If possible, don't.

Use separate databases in the same PostgreSQL instance or even a
different instance.

> How to use mount for differnt region.

I do not understand this question. Can you explain what you mean a bit more?

--
Craig Ringer

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: postgres
Следующее
От: zxo102 ouyang
Дата:
Сообщение: Re: An issue with max() and order by ... limit 1 in postgresql8.3-beta3