In the last PostgreSQL version (8.4) there is a small change for the problem with collation. There can be set collation per database, not per cluster, so using only one PostgreSQL instance it is possible to have many databases with different language settings.
What I keep on waiting for is to have to possibility of defining a collation for each column not only for each database but I hope it will be added in next versions.
What the collation is and how it was in the previous PostgreSQL version is described here:
- http://www.simononsoftware.com/postgresql-collation/
- http://www.simononsoftware.com/postgresql-collation-2/
Related posts:
- PostgreSQL Collation – part 1 PostgreSQL is (IMHO) much better than MySQL but unfortunately it ...
- PostgreSQL Collation – part 2 Due to many questions about the PostgreSQL collation that were...
- PostgreSQL 9.1 Best Features PostgreSQL 9.1 is almost out. That’s great. There are many...
- PostgreSQL 8.4 Yesterday the newest PostgreSQL 8.4 has been released. Great, but...
- Reviewing PostgreSQL 9.0 High Performance I’ve already started writing a review of the second new...
- What Is The Real PostgreSQL Triggers Ordering Introduction During the last database training that I led, I...













0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.