Re: Fatal Error

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: Travis Kirtley <travisjkirtley(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Fatal Error
Date: 2009-08-17 03:32:05
Message-ID: 4A88CF35.4040309@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 17/08/2009 9:23 AM, Travis Kirtley wrote:

> Further searching by the windows event viewer shows a postgreSQL error
> which leads me to writing this email. The error says "FATAL: syntax
> error in file "C/Program Files/PostgreSQL/8.3/data/postgresql.conf" line
> 1, near token "," ". I have no idea what this means or how to go about
> addressing this.

You or your software has modified your postgresql configuration file -
incorrectly.

You can edit C:/Program Files/PostgreSQL/8.3/data/postgresql.conf to fix
the issue. There's a comma on the first line somewhere it doesn't make
sense.

You might want to contact the technical support for the company whose
software includes PostgreSQL for more in-depth assistance.

> One thought was to delete my old database (against this
> preferably) and see if that is the source of the issue.

No, it's not. It's your PostgreSQL configuration file, which is shared
across all databases.

> So far I've reinstated previous windows states, removed any newish
> updates by windows and reinstalled postgreSQL, none of which has worked.
> Any Ideas?

Fix the config file. You haven't posted its contents so nobody can see
what might be wrong with it. The config file is the file whose location
is given in the error message you saw.

--
Craig Ringer

In response to

  • Fatal Error at 2009-08-17 01:23:59 from Travis Kirtley

Browse pgsql-bugs by date

  From Date Subject
Next Message Craig Ringer 2009-08-17 03:33:05 Re: BUG #4989: Fatal Error
Previous Message Travis K 2009-08-17 01:34:33 BUG #4989: Fatal Error