<?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>State Of Flux &#187; pg</title>
	<atom:link href="http://stateofflux.com/tag/pg/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateofflux.com</link>
	<description>always changing</description>
	<lastBuildDate>Fri, 29 Jan 2010 03:29:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>activerecord-postgresql-adapter in Rails 2.1</title>
		<link>http://stateofflux.com/2008/07/13/activerecord-postgresql-adapter-in-rails-2-1/</link>
		<comments>http://stateofflux.com/2008/07/13/activerecord-postgresql-adapter-in-rails-2-1/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 01:20:00 +0000</pubDate>
		<dc:creator>mark</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[pg]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://markmansour.wordpress.com//2008/07/13/activerecord-postgresql-adapter-in-rails-2-1</guid>
		<description><![CDATA[If you get the following message Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` It means you don&#8217;t have the new &#8216;pg&#8217; postgresql library installed. This is easily fixed with a bit of sudo gem install pg]]></description>
			<content:encoded><![CDATA[<p>If you get the following message</p>
<pre lang="ruby">
Please install the postgresql adapter: `gem install activerecord-postgresql-adapter`
</pre>
<p>It means you don&#8217;t have the new &#8216;pg&#8217; postgresql library installed.  This is easily fixed with a bit of</p>
<pre lang="ruby">
sudo gem install pg
</pre>
]]></content:encoded>
			<wfw:commentRss>http://stateofflux.com/2008/07/13/activerecord-postgresql-adapter-in-rails-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
