Re: Starting Postgresql

From: Richard Huxton <dev(at)archonet(dot)com>
To: Raymond O'Donnell <rod(at)iol(dot)ie>
Cc: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Starting Postgresql
Date: 2006-12-20 19:43:11
Message-ID: 4589924F.5010102@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Raymond O'Donnell wrote:
> On 20 Dec 2006 at 11:12, Bob Pawley wrote:
>
>> which in PostgreSQL is????
>
> It's not in PostgreSQL - it's the shell of your operating system. In
> Windows, you get that either by clicking Start -> Run and typing
> "command" or "cmd" (depending on your version of windows), or by
> clicking on Start -> Programs -> Accessories -> Command prompt.

But in any case, you probably don't want to start it like that. On
Windows you probably want to go into the service manager (in
administrative tools iirc) and on Linux something like
/etc/init.d/postgresql start - that way you'll get the proper startup
sequence, setting any environment variables and redirecting logging etc.

By the way - what page were you quoting that intruction from? I don't
recognise it. I'm particularly puzzled because it referred to "Postgres"
rather than "PostgreSQL".

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2006-12-20 19:57:35 Re: Starting Postgresql
Previous Message Raymond O'Donnell 2006-12-20 19:21:58 Re: Starting Postgresql