Re: how to add postgresql service by command on windows

Lists: pgsql-general
From: aBBISh <abbish(at)163(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: how to add postgresql service by command on windows
Date: 2006-09-05 11:25:17
Message-ID: edjmqq$2kqc$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

hellow everyone,

how to add postgresql service by command on windows?

thanks.


From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: aBBISh <abbish(at)163(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to add postgresql service by command on windows
Date: 2006-09-05 13:22:59
Message-ID: b42b73150609050622u2bca4865hf655d3c8c38ec507@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

On 9/5/06, aBBISh <abbish(at)163(dot)com> wrote:
> hellow everyone,
>
> how to add postgresql service by command on windows?

look at pg_ctl command. specifically, the 'register' option.

merlin


From: aBBISh <abbish(at)163(dot)com>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to add postgresql service by command on windows
Date: 2006-09-05 13:34:50
Message-ID: 44FD7CFA.5070900@163.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Merlin Moncure 写道:
> On 9/5/06, aBBISh <abbish(at)163(dot)com> wrote:
>> hellow everyone,
>>
>> how to add postgresql service by command on windows?
>
> look at pg_ctl command. specifically, the 'register' option.
>
> merlin
>
>

thank you ~ :)