<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Case-insensitive ordering with Django and PostgreSQL</title>
	<atom:link href="http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/feed/" rel="self" type="application/rss+xml" />
	<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>
	<lastBuildDate>Tue, 13 Jul 2010 16:31:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Naffziger</title>
		<link>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/comment-page-1/#comment-735</link>
		<dc:creator>Dave Naffziger</dc:creator>
		<pubDate>Tue, 27 Oct 2009 20:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/#comment-735</guid>
		<description>Great solution, super helpful.  Thanks for posting it.

It might be helpful also to know that Wikipedia moved the page you linked to about different SQL dialects. The new page is: 
http://en.wikibooks.org/wiki/SQL_Dialects_Reference/Functions_and_expressions/String_functions

It looks like the syntax is ok unless for some reason we want to switch to Virtuoso =)</description>
		<content:encoded><![CDATA[<p>Great solution, super helpful.  Thanks for posting it.</p>
<p>It might be helpful also to know that Wikipedia moved the page you linked to about different SQL dialects. The new page is:<br />
<a href="http://en.wikibooks.org/wiki/SQL_Dialects_Reference/Functions_and_expressions/String_functions" rel="nofollow">http://en.wikibooks.org/wiki/SQL_Dialects_Reference/Functions_and_expressions/String_functions</a></p>
<p>It looks like the syntax is ok unless for some reason we want to switch to Virtuoso =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/comment-page-1/#comment-698</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 16 Jul 2009 08:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/#comment-698</guid>
		<description>Very nice. A great simple solution.</description>
		<content:encoded><![CDATA[<p>Very nice. A great simple solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DjangoGuy</title>
		<link>http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/comment-page-1/#comment-581</link>
		<dc:creator>DjangoGuy</dc:creator>
		<pubDate>Thu, 13 Nov 2008 16:02:56 +0000</pubDate>
		<guid isPermaLink="false">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-page-1/#comment-126</link>
		<dc:creator>Sundance</dc:creator>
		<pubDate>Wed, 21 Nov 2007 09:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://scottbarnham.com/blog/2007/11/20/case-insensitive-ordering-with-django-and-postgresql/#comment-126</guid>
		<description>Ayup: Postgres doesn&#039;t support &lt;a href=&quot;http://en.wikipedia.org/wiki/Collation&quot; rel=&quot;nofollow&quot;&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&#039;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&#039;d stop pretending they support collations. For all intents and purposes, they don&#039;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.204 seconds -->
