BUG #4813: Database can not be initialized - Mailing list pgsql-bugs

From Helena Biander
Subject BUG #4813: Database can not be initialized
Date
Msg-id 200905171556.n4HFup4e032366@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #4813: Database can not be initialized  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      4813
Logged by:          Helena Biander
Email address:      hebiguard-shop@yahoo.se
PostgreSQL version: 8.3.7.1
Operating system:   Windows XP
Description:        Database can not be initialized
Details:

When I try to initialize I get the error:

E:\Program\PostgreSQL\8.3\bin>initdb -D E:\PostgresData -U postgres -W
--no-loca
le
The files belonging to this database system will be owned by user "Helena".
This user must also own the server process.

The database cluster will be initialized with locale C.
The default database encoding has accordingly been set to SQL_ASCII.
The default text search configuration will be set to "english".

creating directory E:/PostgresData ... ok
creating subdirectories ... ok
selecting default max_connections ... 100
selecting default shared_buffers/max_fsm_pages ... 32MB/204800
creating configuration files ... ok
creating template1 database in E:/PostgresData/base/1 ... WARNING:  could
not qu
ery value for 'std' to identify Windows timezone: 2
WARNING:  could not find a match for Windows timezone "Võsteuropa,
normaltid"
FATAL:  conditional UNION/INTERSECT/EXCEPT statements are not implemented
FATAL:  lock 130 is not held
child process exited with exit code 1
initdb: removing data directory "E:/PostgresData"

E:\Program\PostgreSQL\8.3\bin>

------------------------------------------------
I am from Sweden and using a Swedish version of Windows and with a Swedish
locale.

pgsql-bugs by date:

Previous
From: Paul Matthews
Date:
Subject: Re: BUG #4810: Complex Contains, Bad Performace.
Next
From: Tom Lane
Date:
Subject: Re: BUG #4813: Database can not be initialized