<?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: PostgreSQL, Ruby, and Rails: WIN</title>
	<atom:link href="http://joshkim.org/2009/02/15/postgresql-ruby-and-rails-win/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshkim.org/2009/02/15/postgresql-ruby-and-rails-win/</link>
	<description>Be Awesome Instead // Essays by Josh Kim</description>
	<lastBuildDate>Wed, 08 Jun 2011 17:16:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://joshkim.org/2009/02/15/postgresql-ruby-and-rails-win/comment-page-1/#comment-413</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 17 Oct 2009 03:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://joshkim.org/?p=792#comment-413</guid>
		<description>&lt;p&gt;Thanks for the comment. The comments are seriously broken, and I&#039;m looking into it tonight.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the comment. The comments are seriously broken, and I&#8217;m looking into it tonight.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Bloom</title>
		<link>http://joshkim.org/2009/02/15/postgresql-ruby-and-rails-win/comment-page-1/#comment-401</link>
		<dc:creator>Chris Bloom</dc:creator>
		<pubDate>Thu, 15 Oct 2009 01:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://joshkim.org/?p=792#comment-401</guid>
		<description>&lt;p&gt;Sorry if I&#039;ve managed to flood your pending-approval queue with the same comment over and over again, but something is broken with your comment form - it keeps redirecting me to http://joshkim.org/comment-page-/#comment- and a Page Not Found message.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sorry if I&#8217;ve managed to flood your pending-approval queue with the same comment over and over again, but something is broken with your comment form &#8211; it keeps redirecting me to <a href="http://joshkim.org/comment-page-/#comment-" rel="nofollow">http://joshkim.org/comment-page-/#comment-</a> and a Page Not Found message.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Bloom</title>
		<link>http://joshkim.org/2009/02/15/postgresql-ruby-and-rails-win/comment-page-1/#comment-319</link>
		<dc:creator>Chris Bloom</dc:creator>
		<pubDate>Sat, 10 Oct 2009 01:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://joshkim.org/?p=792#comment-319</guid>
		<description>&lt;p&gt;THANKS!!!! This, and the comment from the previous post about using the right rake, and I&#039;m up and running on OS X 10.6, rails 2.3.4, postgres (gem) 0.7.9, and Postgresql 8.4.&lt;/p&gt;

&lt;p&gt;And ditto for making sure you have the right path to your PSQL distro. In my case it meant changing it to /opt/local/lib/postgresql84&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>THANKS!!!! This, and the comment from the previous post about using the right rake, and I&#8217;m up and running on OS X 10.6, rails 2.3.4, postgres (gem) 0.7.9, and Postgresql 8.4.</p>

<p>And ditto for making sure you have the right path to your PSQL distro. In my case it meant changing it to /opt/local/lib/postgresql84</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Raghuonrails</title>
		<link>http://joshkim.org/2009/02/15/postgresql-ruby-and-rails-win/comment-page-1/#comment-318</link>
		<dc:creator>Raghuonrails</dc:creator>
		<pubDate>Sat, 13 Jun 2009 05:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://joshkim.org/?p=792#comment-318</guid>
		<description>&lt;p&gt;I tried using  ruby-pg postgres adapter forgetting my postgres working onto my windows machine but the gem installtion  ended up giving some native  gem building extension error. But postgres-pr gave me a lightining fast solution to my issue..Thanks for the nice post !!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tried using  ruby-pg postgres adapter forgetting my postgres working onto my windows machine but the gem installtion  ended up giving some native  gem building extension error. But postgres-pr gave me a lightining fast solution to my issue..Thanks for the nice post !!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://joshkim.org/2009/02/15/postgresql-ruby-and-rails-win/comment-page-1/#comment-317</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 08 May 2009 17:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://joshkim.org/?p=792#comment-317</guid>
		<description>&lt;p&gt;On Mac OS X 10.5.6, I installed the &quot;canned&quot; .dmg from PostgreSQL (8.3.7). This installs to /Library/PostgreSQL/8.3, quite unlike macports. Anyway, the following worked for me to get the latest ruby-pg gem:&lt;/p&gt;

&lt;p&gt;sudo env ARCHFLAGS=&quot;-arch i386&quot; gem install ruby-pg -- --with-pgsql-dir=/Library/PostgreSQL/8.3&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>On Mac OS X 10.5.6, I installed the &quot;canned&quot; .dmg from PostgreSQL (8.3.7). This installs to /Library/PostgreSQL/8.3, quite unlike macports. Anyway, the following worked for me to get the latest ruby-pg gem:</p>

<p>sudo env ARCHFLAGS=&quot;-arch i386&quot; gem install ruby-pg &#8212; &#8211;with-pgsql-dir=/Library/PostgreSQL/8.3</p>]]></content:encoded>
	</item>
</channel>
</rss>

