<?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: Conditional DDL?</title>
	<atom:link href="http://www.depesz.com/index.php/2008/06/18/conditional-ddl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 21:40:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Andreas Scherbaum</title>
		<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/comment-page-1/#comment-26566</link>
		<dc:creator>Andreas Scherbaum</dc:creator>
		<pubDate>Tue, 26 Aug 2008 08:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1217#comment-26566</guid>
		<description>One single thing is not possible: you can&#039;t add the plpgsql language itself if you don&#039;t know if it&#039;s already installed or not.
I wrote a small workaround for this little problem:
http://andreas.scherbaum.la/blog/archives/346-create-language-if-not-exist.html</description>
		<content:encoded><![CDATA[<p>One single thing is not possible: you can&#8217;t add the plpgsql language itself if you don&#8217;t know if it&#8217;s already installed or not.<br />
I wrote a small workaround for this little problem:<br />
<a href="http://andreas.scherbaum.la/blog/archives/346-create-language-if-not-exist.html" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/andreas.scherbaum.la/blog/archives/346-create-language-if-not-exist.html?referer=');">http://andreas.scherbaum.la/blog/archives/346-create-language-if-not-exist.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gregj</title>
		<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/comment-page-1/#comment-26445</link>
		<dc:creator>gregj</dc:creator>
		<pubDate>Tue, 08 Jul 2008 23:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1217#comment-26445</guid>
		<description>David, so what&#039;s wrong with &quot;NOT NULL DEFAULT &#039;&#039; &quot;?? I don&#039;t get it.</description>
		<content:encoded><![CDATA[<p>David, so what&#8217;s wrong with &#8220;NOT NULL DEFAULT &#8221; &#8220;?? I don&#8217;t get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wulczer</title>
		<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/comment-page-1/#comment-26427</link>
		<dc:creator>wulczer</dc:creator>
		<pubDate>Fri, 27 Jun 2008 15:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1217#comment-26427</guid>
		<description>OK, so instead of EXCEPTION WHEN OTHERS you&#039;d use WHEN duplicate_table OR duplicate_function OR ...</description>
		<content:encoded><![CDATA[<p>OK, so instead of EXCEPTION WHEN OTHERS you&#8217;d use WHEN duplicate_table OR duplicate_function OR &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/comment-page-1/#comment-26424</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Thu, 26 Jun 2008 07:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1217#comment-26424</guid>
		<description>@wulczer:
technically - yes. but in this way it would silently ignore other errors as well - like &quot;bad data type&quot;, bad syntax and so on.</description>
		<content:encoded><![CDATA[<p>@wulczer:<br />
technically &#8211; yes. but in this way it would silently ignore other errors as well &#8211; like &#8220;bad data type&#8221;, bad syntax and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wulczer</title>
		<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/comment-page-1/#comment-26423</link>
		<dc:creator>wulczer</dc:creator>
		<pubDate>Thu, 26 Jun 2008 03:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1217#comment-26423</guid>
		<description>You could also wrap the EXECUTE in a BEGIN / EXCEPTION WHEN OTHERS NULL; END block and call your creates and alters through that.</description>
		<content:encoded><![CDATA[<p>You could also wrap the EXECUTE in a BEGIN / EXCEPTION WHEN OTHERS NULL; END block and call your creates and alters through that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: depesz</title>
		<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/comment-page-1/#comment-26405</link>
		<dc:creator>depesz</dc:creator>
		<pubDate>Thu, 19 Jun 2008 04:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1217#comment-26405</guid>
		<description>@David Fetter:
Well, I&#039;m not really MySQL user, so it&#039;s hard for me to say it&#039;s something I got from it.</description>
		<content:encoded><![CDATA[<p>@David Fetter:<br />
Well, I&#8217;m not really MySQL user, so it&#8217;s hard for me to say it&#8217;s something I got from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Fetter</title>
		<link>http://www.depesz.com/index.php/2008/06/18/conditional-ddl/comment-page-1/#comment-26404</link>
		<dc:creator>David Fetter</dc:creator>
		<pubDate>Wed, 18 Jun 2008 23:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.depesz.com/?p=1217#comment-26404</guid>
		<description>NOT NULL DEFAULT &#039;&#039; is MySQL cruft.  Get rid of it. :)</description>
		<content:encoded><![CDATA[<p>NOT NULL DEFAULT &#8221; is MySQL cruft.  Get rid of it. <img src='http://www.depesz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
