"Nigel J. Andrews" <[EMAIL PROTECTED]> writes: > On Tue, 25 Jun 2002 [EMAIL PROTECTED] wrote: >> How do I get my pg_hba.conf file back to normal?
> Did wordpad perhaps automatically add a .txt extension? I'm betting it added CR/LF (\r\n) newlines. A quick look at the sources shows that PG does not like \r in pg_hba.conf. I've made it more forgiving for 7.3, but for now, you'd better resave with Unix-style newlines (\n only). 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])