Re: newbie and no idea

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема Re: newbie and no idea
Дата
Msg-id Pine.LNX.4.44.0308182123070.25121-100000@emo.org.tr
обсуждение исходный текст
Ответ на newbie and no idea  (Aaron <aamehl@bezeqint.net>)
Список pgsql-general
Hi,

On 18 Aug 2003, Aaron wrote:

> [root@bzq-218-14-208 aamehl]# createdb -U postgres nigun_test
> psql: FATAL:  IDENT authentication failed for user "postgres"

Quick and easy solution for you:

edit ~postgres/data/pg_hba.conf and replace all "ident" string to "trust".

Then, restart PostgreSQL server. The server will not prompt you any
password.

If you want to learn more about authentication methods, then download the
administrator manual from http://www.PostgreSQL.org/docs/#pdfs and follow
the "Authentication Methods" section.

Regards,
--
Devrim GUNDUZ
devrim@gunduz.org                devrim.gunduz@linux.org.tr
            http://www.tdmsoft.com
            http://www.gunduz.org




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

Предыдущее
От:
Дата:
Сообщение: Re: Simulating sequences
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: newbie and no idea