Re: FATAL : could not read directory base": Invalid argument

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: FATAL : could not read directory base": Invalid argument
Date: 2012-07-28 12:30:09
Message-ID: jv0m0h$vbk$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* Abraham, Danny wrote:

> FATAL : could not read directory base": Invalid argument
>
> 8.2.4 on Windows. Service will not start. Any idea

The data directory path should be quoted, but yours only has the
closing quote. The parameter should look like

-D "S:\ome\path\goes\here"

, so add the opening quote back.

--
Christian

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Phillips 2012-07-28 16:39:21 Re: BI tools and postgresql
Previous Message Edson Richter 2012-07-28 01:42:23 Re: Trim not working (PostgreSQL 9.1.2 on Win64)