<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>marcus welz &#187; postgresql</title>
	<atom:link href="http://marcuswelz.com/tag/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcuswelz.com</link>
	<description>working hard at avoiding to write code</description>
	<lastBuildDate>Tue, 08 Jun 2010 13:14:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Indexes in PostgreSQL</title>
		<link>http://marcuswelz.com/2005/11/02/indexes-in-postgresql/</link>
		<comments>http://marcuswelz.com/2005/11/02/indexes-in-postgresql/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 17:24:10 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=28</guid>
		<description><![CDATA[One thing that most people don't have to worry about in MySQL is case-sensitivity. Unless you're trying to authenticate a user against a database password and don't use MD5 (like you should!), in which case the password is not case sensitive by default. In PostgreSQL everything is case sensitive. That means that if you have [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2005/11/02/indexes-in-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL-style COALESCE() in PHP</title>
		<link>http://marcuswelz.com/2004/11/11/postgresql-style-coalesce-in-php/</link>
		<comments>http://marcuswelz.com/2004/11/11/postgresql-style-coalesce-in-php/#comments</comments>
		<pubDate>Thu, 11 Nov 2004 06:01:17 +0000</pubDate>
		<dc:creator>marcus</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[coalesce]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://metaversedeveloper.com/?p=18</guid>
		<description><![CDATA[There's a rather handy command in Oracle, PostgreSQL, SQLite, and MySQL (since version 3.23.3) called COALESCE(). Its purpose is rather simple: return the first non-NULL value (If you're used to older versions of MySQL, the IFNULL() is quite similar, if not as flexible). This comes in handy when you want to use fallback values in [...]]]></description>
		<wfw:commentRss>http://marcuswelz.com/2004/11/11/postgresql-style-coalesce-in-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
