<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>David Fetter's blog</title>
    <link>http://people.planetpostgresql.org/dfetter/</link>
    <description>My little place on the web...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Sun, 07 Feb 2010 23:41:15 GMT</pubDate>

    <image>
        <url>http://people.planetpostgresql.org/dfetter/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: David Fetter's blog - My little place on the web...</title>
        <link>http://people.planetpostgresql.org/dfetter/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>PostgreSQL Weekly News vs. Casa Donde</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/50-PostgreSQL-Weekly-News-vs.-Casa-Donde.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/50-PostgreSQL-Weekly-News-vs.-Casa-Donde.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=50</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    This week&#039;s PostgreSQL Weekly news may be rescheduled to Wednesday February 10, evening PST.&lt;br /&gt;
&lt;br /&gt;
Thanks very much to whatever component failed at my home for this. 
    </content:encoded>

    <pubDate>Sun, 07 Feb 2010 11:32:04 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/50-guid.html</guid>
    
</item>
<item>
    <title>FOSDEM Starting</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/49-FOSDEM-Starting.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/49-FOSDEM-Starting.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=49</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=49</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    The herd of blue elephants is gathering for FOSDEM, including several talks in the main track.&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to thank the FOSDEM for making it possible for me to attend this year.&lt;br /&gt;
&lt;br /&gt;
More on this soon... 
    </content:encoded>

    <pubDate>Fri, 05 Feb 2010 09:10:07 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/49-guid.html</guid>
    
</item>
<item>
    <title>Adding Only New Rows (INSERT IGNORE, Done Right)</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/48-Adding-Only-New-Rows-INSERT-IGNORE,-Done-Right.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/48-Adding-Only-New-Rows-INSERT-IGNORE,-Done-Right.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=48</wfw:comment>

    <slash:comments>11</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=48</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    Let&#039;s say you have a table and a data set, and would like to add only those rows in your data set that aren&#039;t already in the table.  There are hard ways, but here&#039;s an easy one. &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/48-Adding-Only-New-Rows-INSERT-IGNORE,-Done-Right.html#extended&quot;&gt;Continue reading &quot;Adding Only New Rows (INSERT IGNORE, Done Right)&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 01 Feb 2010 05:04:08 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/48-guid.html</guid>
    
</item>
<item>
    <title>ORDER BY column_header</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/47-ORDER-BY-column_header.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/47-ORDER-BY-column_header.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=47</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=47</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    Ever wondered why you can&#039;t &quot;just sort&quot; by column when you&#039;re looking at an HTML table? &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/47-ORDER-BY-column_header.html#extended&quot;&gt;Continue reading &quot;ORDER BY column_header&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 30 Jan 2010 21:02:38 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/47-guid.html</guid>
    
</item>
<item>
    <title>PL/Parrot Needs a Logo</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/46-PLParrot-Needs-a-Logo.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/46-PLParrot-Needs-a-Logo.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    The PL/Parrot Project, long dormant, is shaking off its sleep.&lt;br /&gt;
&lt;br /&gt;
The virtual machine for dynamic languages meets the dynamicest of RDBMSs.  Good things are coming soon! &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/46-PLParrot-Needs-a-Logo.html#extended&quot;&gt;Continue reading &quot;PL/Parrot Needs a Logo&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 27 Jan 2010 00:51:51 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/46-guid.html</guid>
    
</item>
<item>
    <title>Clearing &quot;Commercial&quot; Confusion</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/45-Clearing-Commercial-Confusion.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/45-Clearing-Commercial-Confusion.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=45</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=45</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    According to Webster&#039;s first set of definitions, &quot;commercial&quot; means:&lt;br /&gt;
&lt;ol&gt;&lt;br /&gt;
&lt;li&gt;occupied with or engaged in commerce or work intended for commerce &lt;a commercial artist&gt;&lt;/li&gt;&lt;li&gt;of or relating to commerce &lt;commercial regulations&gt;&lt;/li&gt;&lt;li&gt;characteristic of commerce &lt;commercial weights&gt;&lt;/li&gt;&lt;li&gt;suitable, adequate, or prepared for commerce &lt;found oil in commercial quantities&gt;&lt;/li&gt;&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
What&#039;s &lt;strong&gt;not&lt;/strong&gt; in that definition?&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/45-Clearing-Commercial-Confusion.html#extended&quot;&gt;Continue reading &quot;Clearing &amp;quot;Commercial&amp;quot; Confusion&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 05 Jan 2010 18:45:07 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/45-guid.html</guid>
    
</item>
<item>
    <title>The M word</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/44-The-M-word.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/44-The-M-word.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    No, it&#039;s not the sequel to that wildly popular &lt;a href=&quot;http://en.wikipedia.org/wiki/The_L_Word&quot; title=&quot;The L Word&quot;&gt;television show&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
It&#039;s not some former Swedish company either.  It&#039;s &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/44-The-M-word.html#extended&quot;&gt;Continue reading &quot;The M word&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 05 Jan 2010 07:25:11 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Trip Detector</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/43-Trip-Detector.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/43-Trip-Detector.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=43</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    Yes, it&#039;s an amazing technology.  The DSL modem, or some other vital&lt;br /&gt;
network component, at my house tends to malfunction some short time&lt;br /&gt;
after I leave on any given trip, taking my personal email down with it.&lt;br /&gt;
&lt;br /&gt;
The likeliest result, this time, is that the PostgreSQL Weekly News&lt;br /&gt;
will be late this week.  I would like to apologize in advance to&lt;br /&gt;
readers for the delay.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 19 Dec 2009 00:20:12 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/43-guid.html</guid>
    
</item>
<item>
    <title>Pre-OSDC</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/42-Pre-OSDC.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/42-Pre-OSDC.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    Thanks to the Brisbane PHP/MySQL User Group for a lovely evening.&lt;br /&gt;
&lt;br /&gt;
First, we... &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/42-Pre-OSDC.html#extended&quot;&gt;Continue reading &quot;Pre-OSDC&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 24 Nov 2009 16:07:09 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/42-guid.html</guid>
    
</item>
<item>
    <title>PostgreSQL Conference Japan...and onward</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/41-PostgreSQL-Conference-Japan...and-onward.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/41-PostgreSQL-Conference-Japan...and-onward.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    Finally, the people doing all kinds of clustering in PostgreSQL have met and sketched out the issues.&lt;br /&gt;
Expect great things to come from this...&lt;br /&gt;
&lt;br /&gt;
And that was before the official conference even got started.&lt;br /&gt;
&lt;br /&gt;
Thanks to all the people who made the JPUG 10th Anniversary great! &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/41-PostgreSQL-Conference-Japan...and-onward.html#extended&quot;&gt;Continue reading &quot;PostgreSQL Conference Japan...and onward&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 24 Nov 2009 16:03:35 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/41-guid.html</guid>
    
</item>
<item>
    <title>Removing (Much of) the Suck from ORMs</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/40-Removing-Much-of-the-Suck-from-ORMs.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/40-Removing-Much-of-the-Suck-from-ORMs.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=40</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=40</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    It really isn&#039;t terribly complicated, but the reasoning is a bit subtle. &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/40-Removing-Much-of-the-Suck-from-ORMs.html#extended&quot;&gt;Continue reading &quot;Removing (Much of) the Suck from ORMs&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 16 Nov 2009 16:54:39 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/40-guid.html</guid>
    
</item>
<item>
    <title>PGEU Day 2</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/39-PGEU-Day-2.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/39-PGEU-Day-2.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=39</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    It&#039;s a wrap! &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/39-PGEU-Day-2.html#extended&quot;&gt;Continue reading &quot;PGEU Day 2&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 08 Nov 2009 09:32:27 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/39-guid.html</guid>
    
</item>
<item>
    <title>PGEU Day 1</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/38-PGEU-Day-1.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/38-PGEU-Day-1.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    Early one mornin&#039;, I was makin&#039; the rounds... &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/38-PGEU-Day-1.html#extended&quot;&gt;Continue reading &quot;PGEU Day 1&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 07 Nov 2009 07:57:58 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/38-guid.html</guid>
    
</item>
<item>
    <title>PGEU Day 0</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/37-PGEU-Day-0.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/37-PGEU-Day-0.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    Put a batch of database geeks on an I/O problem, and you get some very strange-looking solutions along the way. &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/37-PGEU-Day-0.html#extended&quot;&gt;Continue reading &quot;PGEU Day 0&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 07 Nov 2009 07:49:41 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Why ORMs Suck</title>
    <link>http://people.planetpostgresql.org/dfetter/index.php?/archives/36-Why-ORMs-Suck.html</link>
    
    <comments>http://people.planetpostgresql.org/dfetter/index.php?/archives/36-Why-ORMs-Suck.html#comments</comments>
    <wfw:comment>http://people.planetpostgresql.org/dfetter/wfwcomment.php?cid=36</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://people.planetpostgresql.org/dfetter/rss.php?version=2.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    

    <author>nospam@example.com (David Fetter)</author>
    <content:encoded>
    (and how to fix them) &lt;br /&gt;&lt;a href=&quot;http://people.planetpostgresql.org/dfetter/index.php?/archives/36-Why-ORMs-Suck.html#extended&quot;&gt;Continue reading &quot;Why ORMs Suck&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 06 Nov 2009 07:42:41 +0200</pubDate>
    <guid isPermaLink="false">http://people.planetpostgresql.org/dfetter/index.php?/archives/36-guid.html</guid>
    
</item>

</channel>
</rss>