![]() |
sponsored links |
|
|
sponsored links
|
|
|
2
21st April 11:00
External User
Posts: 1
|
What OS and locale are you using? If it's not "C", you're probably
getting bit by the fact that many natural language collations (such as en_US for example) don't consider most of the symbols except as tie breakers when sorting. Unfortunately, to change the locale you need to run initdb again with the appropriate locale, something like: LANG="C" initdb -D /path/to/dataspace ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |
|