<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Case-insensitive ordering with Django and PostgreSQL</title>
	<link>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/</link>
	<description>Code and comments on web development, Django, Python and things (un)related.</description>
	<pubDate>Fri, 21 Nov 2008 11:27:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: DjangoGuy</title>
		<link>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/#comment-581</link>
		<dc:creator>DjangoGuy</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:02:56 +0000</pubDate>
		<guid>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/#comment-581</guid>
		<description>Thanks for the hint. It is quite useful!</description>
		<content:encoded><![CDATA[<p>Thanks for the hint. It is quite useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sundance</title>
		<link>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/#comment-126</link>
		<dc:creator>Sundance</dc:creator>
		<pubDate>Wed, 21 Nov 2007 09:52:29 +0000</pubDate>
		<guid>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/#comment-126</guid>
		<description>Ayup: Postgres doesn't support &lt;a href="http://en.wikipedia.org/wiki/Collation" rel="nofollow"&gt;collations&lt;/a&gt;. It &lt;i&gt;claims&lt;/i&gt; to, but in truth, as far as I know, what it does is simply to use the OS-level LC_COLLATE variable (or a delegate thereof like LC_ALL) to its sorting functions and consider it a done deal. So it's impossible to have per-database, or per-table, or, heavens forbid, per-column collations, as in, you know... other RDBMS.

This is easily the biggest wart in this otherwise wonderful RDBMS and I WISH they'd stop pretending they support collations. For all intents and purposes, they don't.</description>
		<content:encoded><![CDATA[<p>Ayup: Postgres doesn&#8217;t support <a href="http://en.wikipedia.org/wiki/Collation" rel="nofollow">collations</a>. It <i>claims</i> to, but in truth, as far as I know, what it does is simply to use the OS-level LC_COLLATE variable (or a delegate thereof like LC_ALL) to its sorting functions and consider it a done deal. So it&#8217;s impossible to have per-database, or per-table, or, heavens forbid, per-column collations, as in, you know&#8230; other RDBMS.</p>
<p>This is easily the biggest wart in this otherwise wonderful RDBMS and I WISH they&#8217;d stop pretending they support collations. For all intents and purposes, they don&#8217;t.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.132 seconds -->
