Thread: how to add postgresql service by command on windows

how to add postgresql service by command on windows

From
aBBISh
Date:
hellow everyone,

how to add postgresql service by command on windows?

thanks.

Re: how to add postgresql service by command on windows

From
"Merlin Moncure"
Date:
On 9/5/06, aBBISh <abbish@163.com> wrote:
> hellow everyone,
>
> how to add postgresql service by command on windows?

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

merlin

Re: how to add postgresql service by command on windows

From
aBBISh
Date:
Merlin Moncure 写道:
> On 9/5/06, aBBISh <abbish@163.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 ~ :)