BUG #4813: Database can not be initialized

From: "Helena Biander" <hebiguard-shop(at)yahoo(dot)se>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4813: Database can not be initialized
Date: 2009-05-17 15:56:51
Message-ID: 200905171556.n4HFup4e032366@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4813
Logged by: Helena Biander
Email address: hebiguard-shop(at)yahoo(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2009-05-17 16:22:49 Re: BUG #4813: Database can not be initialized
Previous Message Paul Matthews 2009-05-17 10:36:19 Re: BUG #4810: Complex Contains, Bad Performace.