Re: Cluster is not being created - Mailing list pgsql-bugs

From VASUKI M
Subject Re: Cluster is not being created
Date
Msg-id CAE2r8H6-ec7k79NCBcUfp0EZC75_vk+7zVeiDZm9Au9tCh50nA@mail.gmail.com
Whole thread Raw
In response to Cluster is not being created  (T iv <tiv060370@gmail.com>)
List pgsql-bugs

Hi Igor,

As Robert mentioned,the information so far isn't enough to diagnose the problem.

The "versions do not match" error usually means that initdb is finding a different postgres.exe than the one you expect,even if --version prints the same number.On Windows this often happens due to a leftover PostgreSQL installation or an unexpected entry in PATH.

Could you please share:

1.The exact error message printed by initdb
2.Exact command you used to run initdb
3.The output of
 where initdb
 where postgres
 echo %PATH%
4.Confirmation that there are no remaining PostgreSQL directories (eg. C:\program Files\PostgreSQL\*) or PostgreSQL services from older versions

with those details,it should be possible to see whether this is a PATH or installation issue ,or something else.

Thanks,
Vasuki M
CDAC,Chennai.




pgsql-bugs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: BUG #19354: JOHAB rejects valid byte sequences
Next
From: PG Bug reporting form
Date:
Subject: BUG #19357: PostgreSQL generates a custom plan that performs worse than the generic plan for a certain query.