Re: Postgres Startup

2002-11-23 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21-Nov-2002/14:34 -0600, "Delao, Darryl W" <[EMAIL PROTECTED]> wrote: >I will be querying the machine from another host. When postgres starts upon >bootup, it does not setup for port 5432. I have to manually go in and type >postmaster -p 5432 (dir

Re: Postgres Startup

2002-11-22 Thread Gary Stainburn
any errors in the log files? Gary > > -Original Message- > From: Gary Stainburn [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 9:54 AM > To: Delao, Darryl W > Cc: [EMAIL PROTECTED] > Subject: Re: Postgres Startup > > On Thursday 21 Nov 2002 3:31 pm,

RE: Postgres Startup

2002-11-21 Thread Delao, Darryl W
-Original Message- From: Gordon Messmer [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 2:14 PM To: [EMAIL PROTECTED] Subject: RE: Postgres Startup On Thu, 2002-11-21 at 08:01, Delao, Darryl W wrote: > The main problem I am having is that postgres starts up fine, but does

RE: Postgres Startup

2002-11-21 Thread Gordon Messmer
On Thu, 2002-11-21 at 08:01, Delao, Darryl W wrote: > The main problem I am having is that postgres starts up fine, but does not > open port 5432 which is what I need for all of my local connections to be > able to talk to the database. I am new to this, so please bear with me. Is > there anythin

RE: Postgres Startup

2002-11-21 Thread Delao, Darryl W
is started? Thanks! -Original Message- From: Gary Stainburn [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 9:54 AM To: Delao, Darryl W Cc: [EMAIL PROTECTED] Subject: Re: Postgres Startup On Thursday 21 Nov 2002 3:31 pm, Delao, Darryl W wrote: > I am using redhat 7.3 wh

Re: Postgres Startup

2002-11-21 Thread Gary Stainburn
ilto:[EMAIL PROTECTED]] > Sent: Thursday, November 21, 2002 9:25 AM > To: [EMAIL PROTECTED]; Delao, Darryl W > Subject: Re: Postgres Startup > > On Thursday 21 Nov 2002 3:04 pm, Delao, Darryl W wrote: > > I am trying to configure postgres to automatically startup using

Re: Postgres Startup

2002-11-21 Thread Gary Stainburn
On Thursday 21 Nov 2002 3:04 pm, Delao, Darryl W wrote: > I am trying to configure postgres to automatically startup using the > following command. > > Postmaster -I -p 5432 -D /usr/local/pgsql/data > > However, I am not sure where I should put this line within the postgres > startup file. > > Any