Re: [General] beginner!!!

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема Re: [General] beginner!!!
Дата
Msg-id 4B1FC5E8.1040204@gmail.com
обсуждение исходный текст
Ответ на Re: [General] beginner!!!  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
John R Pierce a écrit :
> 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;

I didn't knew that

--

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: [General] beginner!!!
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Unix ODBC on SPARC 64 bits