|
From: Jeff K. <jt...@ad...> - 2001-08-19 04:29:32
|
First, off thanks to everyone who helped me hash out my PostgreSQL '-i' problems. The various postmaster.opts methods would not work under any number of syntaxes. It turned out that the way (and a simple one at that) to get postmaster listening on 5432 with my RH7.1/Pg7.1 combination was to use the postgresql.conf option "tcpip_socket=true". That accomplished the same thing as '-i'. I don't know if the .conf file is a relatively new idiom to postgres, as most of the docs don't refer to it. One for the FAQ, I guess. |