<?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: how to remove duplicated rows?</title>
	<atom:link href="http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 10:10:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: T1</title>
		<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/comment-page-1/#comment-25599</link>
		<dc:creator>T1</dc:creator>
		<pubDate>Sat, 29 Mar 2008 13:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/#comment-25599</guid>
		<description>What research book would you suggest?</description>
		<content:encoded><![CDATA[<p>What research book would you suggest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Stehule</title>
		<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/comment-page-1/#comment-21610</link>
		<dc:creator>Pavel Stehule</dc:creator>
		<pubDate>Tue, 18 Sep 2007 06:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/#comment-21610</guid>
		<description>@depesc, ofcourse .. on bigger tables can be slow, corelated subqueries are efective in 10% very specific cases and it&#039;s better doesn&#039;t use it</description>
		<content:encoded><![CDATA[<p>@depesc, ofcourse .. on bigger tables can be slow, corelated subqueries are efective in 10% very specific cases and it&#8217;s better doesn&#8217;t use it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/comment-page-1/#comment-21558</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Mon, 17 Sep 2007 17:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/#comment-21558</guid>
		<description>@Pavel Stehule:
why &quot;:-(&quot;? something is wrong with them?</description>
		<content:encoded><![CDATA[<p>@Pavel Stehule:<br />
why &#8220;:-(&#8220;? something is wrong with them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Stehule</title>
		<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/comment-page-1/#comment-21552</link>
		<dc:creator>Pavel Stehule</dc:creator>
		<pubDate>Mon, 17 Sep 2007 15:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/#comment-21552</guid>
		<description>@depesz
Your solution is corelated subquery :-(.</description>
		<content:encoded><![CDATA[<p>@depesz<br />
Your solution is corelated subquery <img src='http://www.depesz.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/comment-page-1/#comment-21541</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Mon, 17 Sep 2007 11:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/#comment-21541</guid>
		<description>@Richard Broersma Jr.:
it is of course possible (like Pavel showed), but i&#039;m not really enthusiastic about using system-data in standard (ekhem) sql queries.
the idea and usage is great. i just have &quot;moral&quot; issues with it :)</description>
		<content:encoded><![CDATA[<p>@Richard Broersma Jr.:<br />
it is of course possible (like Pavel showed), but i&#8217;m not really enthusiastic about using system-data in standard (ekhem) sql queries.<br />
the idea and usage is great. i just have &#8220;moral&#8221; issues with it <img src='http://www.depesz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Stehule</title>
		<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/comment-page-1/#comment-21540</link>
		<dc:creator>Pavel Stehule</dc:creator>
		<pubDate>Mon, 17 Sep 2007 11:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/#comment-21540</guid>
		<description>Use ctid
http://www.pgsql.cz/index.php/SQL_Triky#Smaz.C3.A1n.C3.AD_duplicitn.C3.ADch_.C5.99.C3.A1dek.2C</description>
		<content:encoded><![CDATA[<p>Use ctid<br />
<a href="http://www.pgsql.cz/index.php/SQL_Triky#Smaz.C3.A1n.C3.AD_duplicitn.C3.ADch_.C5.99.C3.A1dek.2C" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.pgsql.cz/index.php/SQL_Triky_Smaz.C3.A1n.C3.AD_duplicitn.C3.ADch_.C5.99.C3.A1dek.2C?referer=');">http://www.pgsql.cz/index.php/SQL_Triky#Smaz.C3.A1n.C3.AD_duplicitn.C3.ADch_.C5.99.C3.A1dek.2C</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Broersma Jr.</title>
		<link>http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/comment-page-1/#comment-21538</link>
		<dc:creator>Richard Broersma Jr.</dc:creator>
		<pubDate>Mon, 17 Sep 2007 10:38:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/index.php/2007/09/17/how-to-remove-duplicated-rows/#comment-21538</guid>
		<description>Instead of using a Sequence, is it possible to use the CTID to distinguish between two row?</description>
		<content:encoded><![CDATA[<p>Instead of using a Sequence, is it possible to use the CTID to distinguish between two row?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
