Re: [General] beginner!!!

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: [General] beginner!!!
Дата
Msg-id 4B1FC51E.30605@hogranch.com
обсуждение исходный текст
Ответ на Re: [General] beginner!!!  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Ответы Re: [General] beginner!!!  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список pgsql-general
Jean-Yves F. Barbier wrote:
> Joana Camacho a écrit :
> ...
>
>> su - postgres
>> createuser radius --no-superuser --no-createdb --no-createrole -P
>>
>                                    ^^^^^^^^^^^^^^
>
>> createdb radius --owner=radius
>>
>                   ^^^^^^^^^^^^^^
>
> There's a slight contradiction...
>


hmm?  no there isn't.   a role can be made the owner a database without
having the createdb priv himself.  I do this all the time.

    CREATE USER fred WITH PASSWORD 'fredisdead';
    CREATE DATABASE freddb WITH OWNER fred;




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

Предыдущее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: [General] beginner!!!
Следующее
От: "Jean-Yves F. Barbier"
Дата:
Сообщение: Re: [General] beginner!!!