Re: PostgreSQL on Windows not starting

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Chris Travers" <chris(at)verkiel(dot)metatrontech(dot)com>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL on Windows not starting
Date: 2006-03-16 09:24:34
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA3513F@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> I have a customer who is having issues starting PostgreSQL
> 8.1 on Windows. It worked for a while and now doesn't appear
> to be running. I thought it was probably a stale pidfile,
> but had him search and could not find it. Is the pid
> information still in a pidfile or is it in the registry
> somewhere on Windows? I am suggesting that he try to start
> the service manually and look for error messages. But in the
> mean time I thought I would ask.

PID file is still used, but I beleive most issues with that one has been
solved by now. And if that is your problem, it should show up fine in
the error messags. Just remember to check all locations (startup
messages go in the eventlog, but if you're using the standard config
once postgresql.conf is loaded the rest of the mesages go in the pg_log
directory)

//Magnus

Browse pgsql-general by date

  From Date Subject
Next Message jia ding 2006-03-16 09:46:08 Re: \copy combine with SELECT
Previous Message Magnus Hagander 2006-03-16 09:09:25 Re: What's a good default encoding?