<?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: Porting to Postgres on Rails</title>
	<atom:link href="http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/</link>
	<description>web, tech, development, music, photos, work.. mixtape of thoughts.</description>
	<lastBuildDate>Wed, 31 Mar 2010 16:45:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Nachbar&#8217;s Blog &#187; Blog Archive &#187; Rails and PostgreSQL on Ubuntu Hardy 8.04 LTS</title>
		<link>http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/comment-page-1/#comment-4496</link>
		<dc:creator>James Nachbar&#8217;s Blog &#187; Blog Archive &#187; Rails and PostgreSQL on Ubuntu Hardy 8.04 LTS</dc:creator>
		<pubDate>Fri, 28 Nov 2008 23:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/#comment-4496</guid>
		<description>[...] Note that there are some other issues and differences between MySQL and PostgreSQL - for example see: http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Note that there are some other issues and differences between MySQL and PostgreSQL &#8211; for example see: http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Switching Rails to PostgreSQL &#171; OLM On Rails</title>
		<link>http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/comment-page-1/#comment-1802</link>
		<dc:creator>Switching Rails to PostgreSQL &#171; OLM On Rails</dc:creator>
		<pubDate>Tue, 12 Aug 2008 14:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/#comment-1802</guid>
		<description>[...] finally, psql-8.3 seems to break the implicit cast being done from the previous 8.2 before.  So now, when I try to find matches where numbers are [...]</description>
		<content:encoded><![CDATA[<p>[...] finally, psql-8.3 seems to break the implicit cast being done from the previous 8.2 before.  So now, when I try to find matches where numbers are [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiagocardoso</title>
		<link>http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/comment-page-1/#comment-151</link>
		<dc:creator>tiagocardoso</dc:creator>
		<pubDate>Fri, 22 Feb 2008 12:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/#comment-151</guid>
		<description>JAlexoid, 
Thanks for reminder.
I forgot to mention postgres-pr :)

Usually, you don&#039;t put quotes directly.. but like the ordering, not everyone does things in the best way (of course, including me) so, thanks for that too.</description>
		<content:encoded><![CDATA[<p>JAlexoid,<br />
Thanks for reminder.<br />
I forgot to mention postgres-pr <img src='http://blog.tiagocardoso.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Usually, you don&#8217;t put quotes directly.. but like the ordering, not everyone does things in the best way (of course, including me) so, thanks for that too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAlexoid</title>
		<link>http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/comment-page-1/#comment-150</link>
		<dc:creator>JAlexoid</dc:creator>
		<pubDate>Fri, 22 Feb 2008 11:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tiagocardoso.eu/rubyonrail/2008/02/20/porting-to-postgres-on-rails/#comment-150</guid>
		<description>One other reminder...
In MySQL double quote is a string delimeter, in PostgreSQL single quote ONLY is the string delimeter, double quote is for DBMS object like table names, schema names, column names and so on.

And for easiness of working with PostgreSQL on windows use postgres-pr (pure ruby driver)

And in general you should never assume the order of anything in a DB, unless order is explicitly specified.

Everything works like a charm, have one in production...</description>
		<content:encoded><![CDATA[<p>One other reminder&#8230;<br />
In MySQL double quote is a string delimeter, in PostgreSQL single quote ONLY is the string delimeter, double quote is for DBMS object like table names, schema names, column names and so on.</p>
<p>And for easiness of working with PostgreSQL on windows use postgres-pr (pure ruby driver)</p>
<p>And in general you should never assume the order of anything in a DB, unless order is explicitly specified.</p>
<p>Everything works like a charm, have one in production&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
