How to start without password - Mailing list pgsql-general

From Uros Gruber
Subject How to start without password
Date
Msg-id 8344153827.20020608183929@sir-mag.com
Whole thread Raw
Responses Re: How to start without password  ("Joel Burton" <joel@joelburton.com>)
List 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 by date:

Previous
From: Ken Williams
Date:
Subject: Re: Problem with indexes, LIMIT, ORDER BY ... DESC
Next
From: "Joel Burton"
Date:
Subject: Re: How to start without password