<?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/"
	>

<channel>
	<title>This and That &#187; Postgres</title>
	<atom:link href="http://aklaver.org/wordpress/category/postgres/feed/" rel="self" type="application/rss+xml" />
	<link>http://aklaver.org/wordpress</link>
	<description>Ramblings from Adrian Klaver</description>
	<lastBuildDate>Sat, 23 Jun 2012 23:36:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Postgres and hstore</title>
		<link>http://aklaver.org/wordpress/2012/06/23/postgres-and-hstore/</link>
		<comments>http://aklaver.org/wordpress/2012/06/23/postgres-and-hstore/#comments</comments>
		<pubDate>Sat, 23 Jun 2012 23:36:53 +0000</pubDate>
		<dc:creator>aklaver</dc:creator>
				<category><![CDATA[Postgres]]></category>

		<guid isPermaLink="false">http://aklaver.org/wordpress/?p=227</guid>
		<description><![CDATA[I recently started working with the hstore contrib module in Postgresql.  My impetus was  the desire to create a generic way of redirecting deletes on key tables to archive tables.  I do that now using a rule based mechanism. The &#8230; <a href="http://aklaver.org/wordpress/2012/06/23/postgres-and-hstore/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://aklaver.org/wordpress/2012/06/23/postgres-and-hstore/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Making things easier</title>
		<link>http://aklaver.org/wordpress/2011/11/26/making-things-easier/</link>
		<comments>http://aklaver.org/wordpress/2011/11/26/making-things-easier/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 21:43:24 +0000</pubDate>
		<dc:creator>aklaver</dc:creator>
				<category><![CDATA[Postgres]]></category>

		<guid isPermaLink="false">http://aklaver.org/wordpress/?p=210</guid>
		<description><![CDATA[Have not trolled the source enough to know who specifically to thank, so a general thank you to whoever is responsible for \e(f) in psql and the command DO. I have been working on a fairly complex plpythonu function in &#8230; <a href="http://aklaver.org/wordpress/2011/11/26/making-things-easier/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://aklaver.org/wordpress/2011/11/26/making-things-easier/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PostgreSQL 9.1, first beta around the corner</title>
		<link>http://aklaver.org/wordpress/2011/04/24/postgresql-9-1-first-beta-around-the-corner/</link>
		<comments>http://aklaver.org/wordpress/2011/04/24/postgresql-9-1-first-beta-around-the-corner/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 19:20:05 +0000</pubDate>
		<dc:creator>aklaver</dc:creator>
				<category><![CDATA[Postgres]]></category>

		<guid isPermaLink="false">http://aklaver.org/wordpress/?p=201</guid>
		<description><![CDATA[Joshua Berkus recently gave a heads up on the Advocacy list of the forthcoming release of the first beta for PostgreSQL 9.1, tentatively scheduled for May 3.  I have been following the development fairly closely, though given the number of &#8230; <a href="http://aklaver.org/wordpress/2011/04/24/postgresql-9-1-first-beta-around-the-corner/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://aklaver.org/wordpress/2011/04/24/postgresql-9-1-first-beta-around-the-corner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting</title>
		<link>http://aklaver.org/wordpress/2011/04/02/troubleshooting/</link>
		<comments>http://aklaver.org/wordpress/2011/04/02/troubleshooting/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 22:49:01 +0000</pubDate>
		<dc:creator>aklaver</dc:creator>
				<category><![CDATA[Life lessons]]></category>
		<category><![CDATA[Postgres]]></category>

		<guid isPermaLink="false">http://aklaver.org/wordpress/?p=194</guid>
		<description><![CDATA[Some thoughts on the art and science of troubleshooting, or how not to resort to the bigger hammer. What I offer up is based on my experience trying to solve problems across an array of disciplines, from truck repair to &#8230; <a href="http://aklaver.org/wordpress/2011/04/02/troubleshooting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://aklaver.org/wordpress/2011/04/02/troubleshooting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL inside Jedit</title>
		<link>http://aklaver.org/wordpress/2011/01/20/sql-inside-jedit/</link>
		<comments>http://aklaver.org/wordpress/2011/01/20/sql-inside-jedit/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 21:35:48 +0000</pubDate>
		<dc:creator>aklaver</dc:creator>
				<category><![CDATA[Postgres]]></category>

		<guid isPermaLink="false">http://aklaver.org/wordpress/?p=180</guid>
		<description><![CDATA[I use Jedit as my primary text editing tool. I recently ran across a plugin (SQL) to the editor that allows for running SQL from within an editor  buffer. What follows is an explanation of how to set it up &#8230; <a href="http://aklaver.org/wordpress/2011/01/20/sql-inside-jedit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://aklaver.org/wordpress/2011/01/20/sql-inside-jedit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL Roles</title>
		<link>http://aklaver.org/wordpress/2010/12/20/postgresql-roles/</link>
		<comments>http://aklaver.org/wordpress/2010/12/20/postgresql-roles/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 00:04:08 +0000</pubDate>
		<dc:creator>aklaver</dc:creator>
				<category><![CDATA[Postgres]]></category>

		<guid isPermaLink="false">http://aklaver.org/wordpress/?p=160</guid>
		<description><![CDATA[Today I got involved in a discussion on the General mailing list about using ROLE in Postgres.  I realized this is a topic that can get confusing in a hurry and I thought I might try to clear things up, &#8230; <a href="http://aklaver.org/wordpress/2010/12/20/postgresql-roles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://aklaver.org/wordpress/2010/12/20/postgresql-roles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>First Postgres post</title>
		<link>http://aklaver.org/wordpress/2010/06/23/first-postgres-post/</link>
		<comments>http://aklaver.org/wordpress/2010/06/23/first-postgres-post/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 01:16:16 +0000</pubDate>
		<dc:creator>aklaver</dc:creator>
				<category><![CDATA[Postgres]]></category>

		<guid isPermaLink="false">http://aklaver.org/wordpress/?p=81</guid>
		<description><![CDATA[This is more of a test post than anything. A way of checking that I have my feed to Planet PostgreSQL set up right. The point being to have only Postgres related posts come through, not my thoughts on cat &#8230; <a href="http://aklaver.org/wordpress/2010/06/23/first-postgres-post/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://aklaver.org/wordpress/2010/06/23/first-postgres-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
