<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PostgreSQL Backup Tips for n00bz</title>
	<atom:link href="http://trevorturk.wordpress.com/2008/10/29/postgresql-backup-tips-for-n00bz/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorturk.wordpress.com/2008/10/29/postgresql-backup-tips-for-n00bz/</link>
	<description>A chess-playing machine of the late 18th century, promoted as an automaton but later proved a hoax.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:56:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: fukawi2</title>
		<link>http://trevorturk.wordpress.com/2008/10/29/postgresql-backup-tips-for-n00bz/#comment-723</link>
		<dc:creator><![CDATA[fukawi2]]></dc:creator>
		<pubDate>Mon, 05 Jan 2009 20:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=831#comment-723</guid>
		<description><![CDATA[A way to get a list of databases in a useful format for scripting can be done with this command:
 

 
psql --username=USERNAME -P format=Unaligned -tqc &#039;SELECT datname FROM pg_database;&#039; ]]></description>
		<content:encoded><![CDATA[<p>A way to get a list of databases in a useful format for scripting can be done with this command:</p>
<p>psql &#8211;username=USERNAME -P format=Unaligned -tqc &#039;SELECT datname FROM pg_database;&#039;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevorturk.wordpress.com/2008/10/29/postgresql-backup-tips-for-n00bz/#comment-722</link>
		<dc:creator><![CDATA[Trevor]]></dc:creator>
		<pubDate>Wed, 29 Oct 2008 21:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=831#comment-722</guid>
		<description><![CDATA[Hasty programmer? You get to play hero? Sounds familiar somehow... ]]></description>
		<content:encoded><![CDATA[<p>Hasty programmer? You get to play hero? Sounds familiar somehow&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

