Solved Problem for Postmaster

From: "Sean Alphonse" <salphonse1(at)home(dot)com>
To: "Pgsql-General" <pgsql-general(at)postgreSQL(dot)org>
Subject: Solved Problem for Postmaster
Date: 2000-07-14 17:51:27
Message-ID: NEBBJKDCOKAAGDKKDEFPIEEFCAAA.salphonse1@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This solved my problem...
Thank-you

Sean.

____________________________________________________________________________
_

You are probably not telling Postgres to run in the background. You should
use the -S parameter. IE: postgres -S -i -D /usr/local/pgsql/data

For full info on the startup options, do a man postmaster from your
shell. Or take a look at the administration docs.

At 01:05 PM 7/14/00, Sean Alphonse wrote:
>Pressing enter doesn't solve the problem.
>
>Sean.
>
>___________________________________________________________________________
_
>_______
>
>On Fri, Jul 14, 2000 at 10:04:04AM -0500, Sean Alphonse wrote:
> > Hello.
> > I am using PostgreSQL version 7.0.2 with RedHat 6.1. When I start up the
> > postmaster at the prompt, I get the following response and the session
>hangs
> > and doesn't return to the prompt but I am able to use my databases and
> > PostgreSQL. Is this normal or correct? If not, what should I do to fix
>this
> > problem?
>
>Hit "enter". You'll find you actually do have a prompt.
>
>A
>
>--
>Andrew Sullivan Computer Services
><sullivana(at)bpl(dot)on(dot)ca> Burlington Public Library
>+1 905 639 3611 x158 2331 New Street
> Burlington, Ontario, Canada L7R 1J4

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wolfe 2000-07-14 18:00:57 Escaping parenthesis in regular expressions....
Previous Message Tom Lane 2000-07-14 17:01:26 Re: location of change list?