Re: I've compiled and installed -- what next?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: I've compiled and installed -- what next?
Дата
Msg-id 17809.1168658038@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: I've compiled and installed -- what next?  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
"Joshua D. Drake" <jd@commandprompt.com> writes:
> Rob Tanner wrote:
>> ...  I normally live in a MySql world and the first thing I do after
>> installing the DBMS is set the "root" or superuser password.  The PDF
>> documentation talks about the superuser and database owner(s).  How do I
>> define the superuser and then secure that user with a password?

> The default superuser for PostgreSQL is going to be the linux/unix user
> that you used the command initdb with. By default when you initdb in
> PostgreSQL (when you compile from source) it will allow any unix user to
> connect. Thus you can do this:

IIRC, initdb has some options to set the initial password and also to
make the initial authentication mode not be "trust".  Good things to
use if you are on a system with other users you don't trust.

You'll want to at least skim the manual's discussion of client
authentication pretty soon.  Password-based auth is not necessarily
the best choice.

            regards, tom lane

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: FK Constraint on index not PK
Следующее
От: Gene
Дата:
Сообщение: installing 8.2 on solaris 10?