This is a discussion on BUG #2479: Initdb fails on Turkish locale, on 7.4.13 within the pgsql Bugs forums, part of the PostgreSQL category; --> The following bug has been logged online: Bug reference: 2479 Logged by: Devrim GÜNDÜZ Email address: devrim@commandprompt.com PostgreSQL version: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The following bug has been logged online: Bug reference: 2479 Logged by: Devrim GÜNDÜZ Email address: devrim@commandprompt.com PostgreSQL version: 7.4.13 Operating system: Linux / Fedora Core 5 Description: Initdb fails on Turkish locale, on 7.4.13 Details: Hi, I got the same error that was fixed in early 7.4.X . This is on a Fedora Core 5 system which is up2date. The initdb command is: bin/initdb -D data/ --locale=tr_TR.UTF-8 (Source installation) creating template1 database in data//base/1... FATAL: XX000: failed to initialize DateStyle to "ISO, MDY" LOCATION: InitializeGUCOptions, guc.c:1881 How to reproduce: * Compile PostgreSQL 7.4.13 * Create data dir * run initdb with Turkish locale Always reproducible: Yes Regards, Devrim ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |