Re: PSQL Working, but PGAccess Not Connecting. - Mailing list pgsql-interfaces

From Thomas Lockhart
Subject Re: PSQL Working, but PGAccess Not Connecting.
Date
Msg-id 3985941D.DBD94A92@alumni.caltech.edu
Whole thread Raw
In response to Re: PSQL Working, but PGAccess Not Connecting.  ("Oliver Elphick" <olly@lfix.co.uk>)
List pgsql-interfaces
> PS: More generally, I'd still like to know what to do with the script
> "postgresql start" which is in subdirectory /etc/rc.d/init.d/  of RH 6.2.
> There are lines that look somewhat like Mike Mascari's suggestions, but
> nothing right on.  Lamar Owen, are you out there somewhere?

That is intended to start up and shut down the Postgres server when your
system boot or halts. It needs a soft link in /etc/rc.d/rc3.d and /rc5.d
to actually get invoked automatically. I usually set it up as a "S99"
script, but Lamar may have a different convention for his RPMs.

What else do you need to know about it?
                  - Thomas


pgsql-interfaces by date:

Previous
From: Peter Mount
Date:
Subject: RE: couldn't load DB driver : null
Next
From: Thomas Lockhart
Date:
Subject: Re: JDBC driver GREATLY speeded up by trivial fix