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 8.4 Yesterday the newest PostgreSQL 8.4 has been released. Great, but...
- PostgreSQL Wishlist PostgreSQL is a great database, in my opinion much...
- Checking PostgreSQL Database Creation Date Some time ago we had a problem: on testing there...
- PostgreSQL FOUND Problem FOUND is a global variable that exists in the plpgsql...













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