<?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>ZG in the house &#187; autodoc</title>
	<atom:link href="http://zg85.com/tag/autodoc/feed/" rel="self" type="application/rss+xml" />
	<link>http://zg85.com</link>
	<description>Days of joy, days of sadness, slowly pass me by...</description>
	<lastBuildDate>Thu, 02 Sep 2010 05:02:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PostgreSQL autodoc &#8212; 自动根据数据库生成文档和数据库model diagram</title>
		<link>http://zg85.com/postgresql-autodoc-autogenerate-database-model-diagram/</link>
		<comments>http://zg85.com/postgresql-autodoc-autogenerate-database-model-diagram/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:43:22 +0000</pubDate>
		<dc:creator>ZG</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[autodoc]]></category>
		<category><![CDATA[model diagram]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[postgresql]]></category>
		<guid isPermaLink="false">http://blog.zg85.com/?p=134</guid>
		<description><![CDATA[PostgreSQL autodoc只能针对PostgreSQL的数据库，在linux下使用。Debian系统可以直接 sudo apt-get install postgresql-autodoc 安装。安装成功之后，只要运行 postgresql_autodoc -d DATABASE_NAME -u USERNAME -h DB_SERVER -p PORT 就能自动在当前目录生成数据库的model diagram, XML文件和类似API文档的html文件。非常方便。 其中model diagram分为.dot文件和dia文件，dia文件可以在DIA中打开进行再编辑。dot的话，可以通过 dot -Tpng -o output.png FILENAME.dot 来生成png图片。 是为记。 No Related Post]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rbt.ca/autodoc/">PostgreSQL autodoc</a>只能针对PostgreSQL的数据库，在linux下使用。Debian系统可以直接</p>
<pre>sudo apt-get install postgresql-autodoc</pre>
<p>安装。安装成功之后，只要运行</p>
<pre>postgresql_autodoc -d DATABASE_NAME -u USERNAME -h DB_SERVER -p PORT</pre>
<p>就能自动在当前目录生成数据库的model diagram, XML文件和类似API文档的html文件。非常方便。</p>
<p>其中model diagram分为.dot文件和dia文件，dia文件可以在DIA中打开进行再编辑。dot的话，可以通过</p>
<pre>dot -Tpng -o output.png FILENAME.dot</pre>
<p>来生成png图片。</p>
<p>是为记。</p>
<ul class="related_post"><li>No Related Post</li></ul>]]></content:encoded>
			<wfw:commentRss>http://zg85.com/postgresql-autodoc-autogenerate-database-model-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
