Re: pg_ctl question

From: Jason Jahn <JJahn(at)Signicast(dot)com>
To: 'Jeff Stout' <jstout(at)cctus(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_ctl question
Date: 2004-06-28 21:28:39
Message-ID: 6B1EC38B45573244BFD8C14237E1EB4CF3A586@bdcexsite.signicast.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I personally use the postgresql.conf file to specify the options for the
server.

tcpip_socket = true
in that file should do the trick.

That file is located in /var/lib/pgsql/data for me (Fedora core 2), but it
may be located elsewhere on your system.

Jason

-----Original Message-----
From: Jeff Stout [mailto:jstout(at)cctus(dot)com]
Sent: Monday, June 28, 2004 4:10 PM
Cc: pgsql-admin(at)postgresql(dot)org
Subject: [ADMIN] pg_ctl question

I am using the /contrib/start-scripts/linux file to set
up postgres to automatically restart upon reboot.

I set it up /etc/init.d/postgres which calls pg_ctl

pg_ctl invokes postmaster

where do I set the -i option to allow tcp connection?

I am able to set the database to start upon boot, but
can not get pgAdmin to connect.

Thank you in advance for you help.

Jeff
CCT

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2004-06-28 21:32:42 Re: pg_ctl question
Previous Message Jeff Stout 2004-06-28 21:10:12 pg_ctl question