<?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 Backup and Restore PostgreSQL Database Using pg_dump and psql</title>
	<atom:link href="http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Angel Mendoza</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-143850</link>
		<dc:creator>Angel Mendoza</dc:creator>
		<pubDate>Wed, 23 Nov 2011 02:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-143850</guid>
		<description>I tried so many things but nothing. Then I found this and I could do what I wanted. Next time I will spend time on some reading hehe!</description>
		<content:encoded><![CDATA[<p>I tried so many things but nothing. Then I found this and I could do what I wanted. Next time I will spend time on some reading hehe!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lacy</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-65606</link>
		<dc:creator>Lacy</dc:creator>
		<pubDate>Sun, 10 Oct 2010 11:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-65606</guid>
		<description>Thanks for this great article. Easy to understand.</description>
		<content:encoded><![CDATA[<p>Thanks for this great article. Easy to understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saad</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-63870</link>
		<dc:creator>Saad</dc:creator>
		<pubDate>Tue, 21 Sep 2010 07:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-63870</guid>
		<description>This is very easy understandable article.

i want to take backup of some tables from another pg server and then want to restore it another server , can any one help me ?

Saad</description>
		<content:encoded><![CDATA[<p>This is very easy understandable article.</p>
<p>i want to take backup of some tables from another pg server and then want to restore it another server , can any one help me ?</p>
<p>Saad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shikin</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-58924</link>
		<dc:creator>shikin</dc:creator>
		<pubDate>Fri, 13 Aug 2010 05:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-58924</guid>
		<description>hi...i just backup all postgres on linux and what to restore to postgres window...
-how to restore to postgres window if i use pg_dumpall command on linux?
-how can i get the data backup?
-how to i restore the backup on postgres window?

Please help me....</description>
		<content:encoded><![CDATA[<p>hi&#8230;i just backup all postgres on linux and what to restore to postgres window&#8230;<br />
-how to restore to postgres window if i use pg_dumpall command on linux?<br />
-how can i get the data backup?<br />
-how to i restore the backup on postgres window?</p>
<p>Please help me&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selvaganeshan</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-19275</link>
		<dc:creator>Selvaganeshan</dc:creator>
		<pubDate>Mon, 12 Oct 2009 05:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-19275</guid>
		<description>Can i take backup for two tables in single command line 

       pg_dump -t table1 -t table2 -U db db -f table.sql
Above command is taking dump for only table2</description>
		<content:encoded><![CDATA[<p>Can i take backup for two tables in single command line </p>
<p>       pg_dump -t table1 -t table2 -U db db -f table.sql<br />
Above command is taking dump for only table2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: augustine</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-18389</link>
		<dc:creator>augustine</dc:creator>
		<pubDate>Fri, 02 Oct 2009 15:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-18389</guid>
		<description>shall try the commands given
then i shall modrate</description>
		<content:encoded><![CDATA[<p>shall try the commands given<br />
then i shall modrate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocio</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-13678</link>
		<dc:creator>rocio</dc:creator>
		<pubDate>Mon, 03 Aug 2009 16:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-13678</guid>
		<description>please, tell how can i backup and restore only the user roles, i tryed to use pg_dumpall but I couldn`t restore the file</description>
		<content:encoded><![CDATA[<p>please, tell how can i backup and restore only the user roles, i tryed to use pg_dumpall but I couldn`t restore the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 15 Practical PostgreSQL Database Administration Commands</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-9870</link>
		<dc:creator>15 Practical PostgreSQL Database Administration Commands</dc:creator>
		<pubDate>Sat, 09 May 2009 23:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-9870</guid>
		<description>[...] We discussed earlier how to backup and restore postgres database and tables using pg_dump and psql utility. [...]</description>
		<content:encoded><![CDATA[<p>[...] We discussed earlier how to backup and restore postgres database and tables using pg_dump and psql utility. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9 Steps to Install and Configure PostgreSQL from Source on Linux</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-8197</link>
		<dc:creator>9 Steps to Install and Configure PostgreSQL from Source on Linux</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-8197</guid>
		<description>[...] as shown below. Once you start using the database, take backups frequently as mentioned in how to backup and restore PostgreSQL [...]</description>
		<content:encoded><![CDATA[<p>[...] as shown below. Once you start using the database, take backups frequently as mentioned in how to backup and restore PostgreSQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crovar</title>
		<link>http://www.thegeekstuff.com/2009/01/how-to-backup-and-restore-postgres-database-using-pg_dump-and-psql/comment-page-1/#comment-5022</link>
		<dc:creator>Crovar</dc:creator>
		<pubDate>Thu, 22 Jan 2009 17:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=349#comment-5022</guid>
		<description>Nice article...</description>
		<content:encoded><![CDATA[<p>Nice article&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 15:50:53 -->
