How to start without password

Поиск
Список
Период
Сортировка
От Uros Gruber
Тема How to start without password
Дата
Msg-id 8344153827.20020608183929@sir-mag.com
обсуждение исходный текст
Ответы Re: How to start without password  ("Joel Burton" <joel@joelburton.com>)
Список pgsql-general
Hi!

I want to make very secure postgresql and not allow
connections witout passwords. I also remove all trusts
from pg_hba.conf.

Whe i start server i have to type my password. I want to know
how can i then start at boot. I can't try because I can't
boot whenever i want. I just want to be sure that if server
crash would start postgre at boot time without that pass.

And another question. I don't use tcp/ip sockets and i found
 that postgre is listening on udp port

pgsql    postgres   172    4 udp4   127.0.0.1:1024        127.0.0.1:1024
pgsql    postgres   168    4 udp4   127.0.0.1:1024        127.0.0.1:1024

is this normal or am i missing something in config.


--
bye,
 Uros                          mailto:uros@sir-mag.com


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

Предыдущее
От: Ken Williams
Дата:
Сообщение: Re: Problem with indexes, LIMIT, ORDER BY ... DESC
Следующее
От: "Joel Burton"
Дата:
Сообщение: Re: How to start without password