Re: Start with -i

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cgoodfellow(at)tealuxe(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Start with -i
Date: 2004-04-20 17:11:09
Message-ID: 20464.1082481069@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Christopher A. Goodfellow" <cgoodfellow(at)tealuxe(dot)com> writes:
> I just upgraded to redhat 9 and cannot connect to my database through
> odbc. I am trying to start the postmaster with the -i option. How do you
> do this from a restart in redhat 9?

Rather than messing with command line switches, just set the flag in
postgresql.conf --- it's "tcpip_socket" there. The init script for
Postgres isn't very helpful about letting you pass command line switches
to the postmaster, but there's really no need to, since you can do
anything you want via postgresql.conf.

regards, tom lane

In response to

  • Start with -i at 2004-04-13 18:53:15 from Christopher A. Goodfellow

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-04-20 18:00:57 Re: Using SELECT WHERE
Previous Message Stephan Szabo 2004-04-20 16:58:27 Re: Using SELECT WHERE