Re: Networking support for postgres isn't working.

From: Luciano Miguel Ferreira Rocha <strange(at)nsk(dot)yi(dot)org>
To: pgsql-general(at)postgresql(dot)org
Cc: Eduardo José Hernández Cisneros <ejhernand3z(at)hotmail(dot)com>, Antonio Gennarini <antonio(at)sunstone(dot)it>
Subject: Re: Networking support for postgres isn't working.
Date: 2002-03-04 17:07:29
Message-ID: 20020304170729.A1071@nsk.yi.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


In file /etc/rc.d/init.d/postgresql, add the option -o -i to the pg_ctl
that starts the postmaster (around line 152, pgsql 7.2; 125, 7.1).

Ex postgresql 7.2:
change:
su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA
-p /usr/bin/postmaster start > /dev/null 2>&1" < /dev/null
to
su -l postgres -s /bin/sh -c "/usr/bin/pg_ctl -D $PGDATA
-p /usr/bin/postmaster start -o -i > /dev/null 2>&1" < /dev/null

Regards,
Luciano Rocha

--
Luciano Rocha, strange(at)nsk(dot)yi(dot)org

The trouble with computers is that they do what you tell them, not what
you want.
-- D. Cohen

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Luciano Miguel Ferreira Rocha 2002-03-04 17:11:03 Re: PostgreSQL favicon.ico
Previous Message Eric Webber 2002-03-04 17:01:57 FREE ERD TOOL for POSTGRES ???