Re: Unregister Windows Service pg_ctl error

From: "Gevik babakhani" <gevik(at)xs4all(dot)nl>
To: "'Magnus Hagander'" <mha(at)sollentuna(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Unregister Windows Service pg_ctl error
Date: 2006-01-14 17:59:55
Message-ID: 000301c61934$53d09450$0a01a8c0@gevbook
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you :)

> -----Original Message-----
> From: Magnus Hagander [mailto:mha(at)sollentuna(dot)net]
> Sent: Saturday, January 14, 2006 6:16 PM
> To: Gevik
> Cc: pgsql-general(at)postgresql(dot)org
> Subject: RE: [GENERAL] Unregister Windows Service pg_ctl error
>
> > > You need administrative privileges to unregister a service.
> > Can't run
> > > it as user postgres.
> >
> > I did the same under "Administrator" but then I get an access
> > violation error like:
> >
> > Unhandled exception at 0x77c478c0 in pg_ctl.exe: 0xC0000005:
> > Access violation reading location 0x00000000.
> >
> > What am I dong wrong?
>
> That's the bug I sent in a patch for just now,that Peter has applied.
>
> The workaround until the next release is out is to specify the data
> directory when you do unregister. E.g.
> pg_ctl -D ../data unregister
>
> You shouldn't need that, but due to the bug you get a crash if you
> don't...
>
> //Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonel Rienton 2006-01-14 19:31:18 Upgrading 8.1.1 to 8.1.2 in Windows
Previous Message Magnus Hagander 2006-01-14 17:16:18 Re: Unregister Windows Service pg_ctl error