<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>tending the garden &#187; srsly</title>
	<atom:link href="http://www.chesnok.com/daily/tag/srsly/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chesnok.com/daily</link>
	<description>Selena Deckelmann&#039;s blog about postgres, open source and the web.</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:11:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>2006-2007 </copyright>
	<managingEditor>selenamarie@gmail.com (tending the garden)</managingEditor>
	<webMaster>selenamarie@gmail.com (tending the garden)</webMaster>
	<image>
		<url>http://www.chesnok.com/daily/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>tending the garden</title>
		<link>http://www.chesnok.com/daily</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>a gathering place for all the stray thoughts</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>tending the garden</itunes:author>
	<itunes:owner>
		<itunes:name>tending the garden</itunes:name>
		<itunes:email>selenamarie@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.chesnok.com/daily/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Drupal + PostgreSQL: review some patches, folks!</title>
		<link>http://www.chesnok.com/daily/2008/06/16/drupal-postgresql-review-some-patches-folks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=drupal-postgresql-review-some-patches-folks</link>
		<comments>http://www.chesnok.com/daily/2008/06/16/drupal-postgresql-review-some-patches-folks/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:47:43 +0000</pubDate>
		<dc:creator>selena</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[5.x]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[srsly]]></category>
		<category><![CDATA[tough love]]></category>

		<guid isPermaLink="false">http://www.chesnok.com/daily/2008/06/16/drupal-postgresql-review-some-patches-folks/</guid>
		<description><![CDATA[Tweetam i the girl, the bat or the heart? you decide! I&#8217;ve been working on a site that uses Drupal for a few months now. And I&#8217;m living dangerously with CCK, Views and, as of last week, Organic Groups. I &#8230; <a href="http://www.chesnok.com/daily/2008/06/16/drupal-postgresql-review-some-patches-folks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton385" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fwww.chesnok.com%2Fdaily%2F2008%2F06%2F16%2Fdrupal-postgresql-review-some-patches-folks%2F&amp;text=Drupal%20%2B%20PostgreSQL%3A%20review%20some%20patches%2C%20folks%21&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.chesnok.com%2Fdaily%2F2008%2F06%2F16%2Fdrupal-postgresql-review-some-patches-folks%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.chesnok.com/daily/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><center><a href='http://www.flickr.com/photos/majorvols/2537026948/in/photostream' title='baseball bat'><img src='http://www.chesnok.com/daily/wp-content/uploads/2008/06/2537026948_23fbc1c5a7.jpg' alt='baseball bat' height="300px" /></a><br/><font size="-2">am i the girl, the bat or the heart? you decide!</font></center></p>
<p>I&#8217;ve been working on <a href="http://pugs.postgresql.org/">a site</a> that uses Drupal for a few months now. And I&#8217;m living dangerously with CCK, Views and, as of last week, Organic Groups.</p>
<p>I found this <a href="http://drupal.org/project/modr8">sharp moderation module (Modr8)</a> last week, and then quickly realized that I wanted to be able to provide this moderation tool any conferences that wanted it! Enter the Organic Groups.</p>
<p>I&#8217;m using PostgreSQL for the back-end database, and so I&#8217;m used to being a second-class database citizen in Druplandia.  This means that I frequently have to patch modules so that they use SEQUENCE instead of AUTO_INCREMENT, or get rid of the (8) after an INT type.  So, when Organic Groups and the og_modr8 modules caused <a href="http://drupal.org/node/128846">this bug</a> to rear up, and I suddenly had a full-scale &#8220;blogs running backwards&#8221; problem on my hands, I wasn&#8217;t surprised. </p>
<p>Thank goodness for Brenda Wallace&#8217;s <a href="http://drupal.org/node/128846#comment-884840">patch</a>, which fixed everything up a short while later.  What got me, however, was that the problem has had a fix (although not Brenda&#8217;s ultimate patch) for over a year, but it hasn&#8217;t been added to core. Particularly when the problem causes nodes to be presented out of order, site-wide.  </p>
<p>Apparently there&#8217;s a shortage of PostgreSQL reviewers in the Drupal community.</p>
<p>Fortunately, if you&#8217;d like to help get patches applied to core, there&#8217;s a page of <a href="http://groups.drupal.org/node/6980">Patches To Be Reviewed</a>, and a few <a href="http://groups.drupal.org/node/9103#comment-28376">people are trying to add a postgresql tag</a> to bugs.  If you&#8217;re a Drupaler and use PostgreSQL, please take a few minutes to review a patch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chesnok.com/daily/2008/06/16/drupal-postgresql-review-some-patches-folks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

