"Phillip Smith" <[EMAIL PROTECTED]> writes: > <HIJACK> > I've just installed Postgres 8.1 on RedHat 7.1
Uh ... *why*? I wouldn't use RH 7.1 today any more than I'd use PG 7.1 ... > and I'm getting the error: > "2006-06-16 14:49:00 NZST @ []LOG: could not create IPv6 socket: Address > family not supported by protocol" It seems you've got libc code that supports IPv6 even though your kernel does not (else PG would not have been told that an IPv6 address was a possible translation of "localhost"). PG copes with this but will issue LOG messages complaining about it. If you don't like the warnings, fix your system so it's all on the same page about whether IPv6 is supported. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match