Richard Huxton <[EMAIL PROTECTED]> writes: > Secrétariat wrote: >> I already receive 8 times this message, not responding to my question ! >> The question is : >> Why when I enable "tcpip_socket = true" in the postgresql.conf it becomes >> impossible to restart the service ?! (so hosts conections are impossible).
> If PostgreSQL won't start with tcpip_socket=true, but can otherwise then > that suggests it can't open the socket. No, it's easier than that: there is no "tcpip_socket" parameter anymore, so the postmaster is rejecting an invalid configuration file entry. (Looking at the postmaster's log would have told you this btw) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])