<?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>นพ ภิญโญวาณิชกะ &#187; PostgreSQL</title>
	<atom:link href="http://www.nop.in.th/category/database/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nop.in.th</link>
	<description>Nop Pinyowanichaka &#124; ก้าวสั้นๆ ในวันเบาๆ ของผม</description>
	<lastBuildDate>Tue, 29 Nov 2011 06:34:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>ง่ายๆ กับ Command สำหรับ Backup และ Restore PostgreSQL</title>
		<link>http://www.nop.in.th/database/postgresql/backup-restore-postgresql/</link>
		<comments>http://www.nop.in.th/database/postgresql/backup-restore-postgresql/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 16:24:23 +0000</pubDate>
		<dc:creator>นพ</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>

		<guid isPermaLink="false">http://www.nop.in.th/?p=182</guid>
		<description><![CDATA[เพิ่งพยายามกลับมาใช้ Opensource Database แต่เนื่องจากมีความหลังเจ็บปวดกับ MySQL ในหลายๆเรื่อง (ที่ตัวเองไม่เก่ง) เลยขอลี้มาใช้งานสบายๆ กับ PGSQL ดีกว่า ที่เอามาฝากคราวนี้เป็นการ Backup กับ Restore Database แบบสะดวกๆ เหมือน sql_dump ของ MySQL วิธีการ Backup ด้วยคำสั่ง pg_dump ใน Folder bin ของ PostgreSQL C:\Program Files\PostgreSQL\8.3\bin&#62;pg_dump -U postgres db_hcms &#62; d:\abc\sqlfile.sql วิธีการ Restore ไฟล์ที่ Backup ด้วย pg_dump ด้วยคำสั่ง psql ใน Folder bin ของ PostgreSQL C:\Program Files\PostgreSQL\8.3\bin&#62;psql -U postgres db_hcms [...]]]></description>
			<content:encoded><![CDATA[<p>เพิ่งพยายามกลับมาใช้ Opensource Database แต่เนื่องจากมีความหลังเจ็บปวดกับ MySQL ในหลายๆเรื่อง (ที่ตัวเองไม่เก่ง) เลยขอลี้มาใช้งานสบายๆ กับ PGSQL ดีกว่า ที่เอามาฝากคราวนี้เป็นการ Backup กับ Restore Database แบบสะดวกๆ เหมือน sql_dump ของ MySQL</p>
<p><strong>วิธีการ Backup ด้วยคำสั่ง pg_dump ใน Folder bin ของ PostgreSQL</strong><br />
C:\Program Files\PostgreSQL\8.3\bin&gt;pg_dump -U postgres db_hcms &gt; d:\abc\sqlfile.sql</p>
<p><strong>วิธีการ Restore ไฟล์ที่ Backup ด้วย pg_dump ด้วยคำสั่ง </strong><strong>psql ใน Folder bin ของ PostgreSQL</strong><br />
C:\Program Files\PostgreSQL\8.3\bin&gt;psql -U postgres db_hcms &lt; d:\abc\sqlfile.sql</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nop.in.th/database/postgresql/backup-restore-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

