<?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: PostgreSQL Backup Tips for&#160;n00bz</title>
	<atom:link href="http://almosteffortless.com/2008/10/29/postgresql-backup-tips-for-n00bz/feed/" rel="self" type="application/rss+xml" />
	<link>http://almosteffortless.com/2008/10/29/postgresql-backup-tips-for-n00bz/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 01:15:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fukawi2</title>
		<link>http://almosteffortless.com/2008/10/29/postgresql-backup-tips-for-n00bz/comment-page-1/#comment-67297</link>
		<dc:creator>fukawi2</dc:creator>
		<pubDate>Tue, 06 Jan 2009 01:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=831#comment-67297</guid>
		<description>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 &#8216;SELECT datname FROM pg_database;&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://almosteffortless.com/2008/10/29/postgresql-backup-tips-for-n00bz/comment-page-1/#comment-66751</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Thu, 30 Oct 2008 04:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://almosteffortless.com/?p=831#comment-66751</guid>
		<description>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>
