<?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: Converting a CF application from MS SQL Server to PostgreSQL?</title>
	<atom:link href="http://jochem.vandieten.net/2009/01/13/converting-a-cf-application-from-ms-sql-server-to-postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://jochem.vandieten.net/2009/01/13/converting-a-cf-application-from-ms-sql-server-to-postgresql/</link>
	<description>Jochem's tech exploits</description>
	<pubDate>Sat, 04 Feb 2012 19:13:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan</title>
		<link>http://jochem.vandieten.net/2009/01/13/converting-a-cf-application-from-ms-sql-server-to-postgresql/comment-page-1/#comment-327</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=102#comment-327</guid>
		<description>Just to clarify Roland's suggestion, yes, the Developer edition has all the features of the Enterprise edition... except when it comes to licensing. You can't use the Dev edition in a production environment, so you would still need to buy one of the commercial versions when you go live.</description>
		<content:encoded><![CDATA[<p>Just to clarify Roland&#8217;s suggestion, yes, the Developer edition has all the features of the Enterprise edition&#8230; except when it comes to licensing. You can&#8217;t use the Dev edition in a production environment, so you would still need to buy one of the commercial versions when you go live.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian G</title>
		<link>http://jochem.vandieten.net/2009/01/13/converting-a-cf-application-from-ms-sql-server-to-postgresql/comment-page-1/#comment-181</link>
		<dc:creator>Brian G</dc:creator>
		<pubDate>Mon, 19 Jan 2009 20:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=102#comment-181</guid>
		<description>We work on a lot of very similar projects.  My reporting is HTML + CFDOCUMENT and I need to go to something more powerful later this year too... I think my projects are all about six months behind yours! :)</description>
		<content:encoded><![CDATA[<p>We work on a lot of very similar projects.  My reporting is HTML + CFDOCUMENT and I need to go to something more powerful later this year too&#8230; I think my projects are all about six months behind yours! <img src='http://jochem.vandieten.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Collins</title>
		<link>http://jochem.vandieten.net/2009/01/13/converting-a-cf-application-from-ms-sql-server-to-postgresql/comment-page-1/#comment-173</link>
		<dc:creator>Roland Collins</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=102#comment-173</guid>
		<description>Just an FYI - you can buy SQL Server *Developer* Edition for $49 (there is no CPU license required).  It has all of the same features and functions as Enterprise edition.  It's a much better fit than Express for developer laptops.</description>
		<content:encoded><![CDATA[<p>Just an FYI - you can buy SQL Server *Developer* Edition for $49 (there is no CPU license required).  It has all of the same features and functions as Enterprise edition.  It&#8217;s a much better fit than Express for developer laptops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wil Genovese</title>
		<link>http://jochem.vandieten.net/2009/01/13/converting-a-cf-application-from-ms-sql-server-to-postgresql/comment-page-1/#comment-172</link>
		<dc:creator>Wil Genovese</dc:creator>
		<pubDate>Wed, 14 Jan 2009 03:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=102#comment-172</guid>
		<description>"PostgreSQL will need extra code to make the username lookup case insensitive."

If your doing a 'like' comparison then use 'ilike' for case-insensitive comparisons.</description>
		<content:encoded><![CDATA[<p>&#8220;PostgreSQL will need extra code to make the username lookup case insensitive.&#8221;</p>
<p>If your doing a &#8216;like&#8217; comparison then use &#8216;ilike&#8217; for case-insensitive comparisons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wil Genovese</title>
		<link>http://jochem.vandieten.net/2009/01/13/converting-a-cf-application-from-ms-sql-server-to-postgresql/comment-page-1/#comment-171</link>
		<dc:creator>Wil Genovese</dc:creator>
		<pubDate>Wed, 14 Jan 2009 03:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://jochem.vandieten.net/?p=102#comment-171</guid>
		<description>First of all I thrilled to see another PostgreSQL/Coldfusion enthusiast out there.  I've been running PgSQL since version 7.3 back in 2001.  I've found Coldfusion (and BlueDragon) works very well with PgSQL especially on Linux.  As for personal development laptops, I run PostgreSQL 8.1.11 on my MacBook Pro with no issues.  If your fellow programmers are willing to learn the differences between MS SQL and MySQL then they should have no issues with learning the slight differences for PgSQL.    I feel there is more I can do SQL wise in PgSQL over MySQL.  I converted BlogCFC to run on PgSQL last year with little effort.  Date time fnctions are a bit different, but they work once you figure them out.  I know the next thing I am going to read is the post on UUID in PgSQL.  

As far as an ORM, I am told Transfer does work out of the box, I have downloaded it but never got around to trying it.  

For cost comparison, you may want to look into EnterpriseDB.  They offer a commercial version and support for PostgreSQL.  You might be able to get more data for a cost comparison at their website.

Wil</description>
		<content:encoded><![CDATA[<p>First of all I thrilled to see another PostgreSQL/Coldfusion enthusiast out there.  I&#8217;ve been running PgSQL since version 7.3 back in 2001.  I&#8217;ve found Coldfusion (and BlueDragon) works very well with PgSQL especially on Linux.  As for personal development laptops, I run PostgreSQL 8.1.11 on my MacBook Pro with no issues.  If your fellow programmers are willing to learn the differences between MS SQL and MySQL then they should have no issues with learning the slight differences for PgSQL.    I feel there is more I can do SQL wise in PgSQL over MySQL.  I converted BlogCFC to run on PgSQL last year with little effort.  Date time fnctions are a bit different, but they work once you figure them out.  I know the next thing I am going to read is the post on UUID in PgSQL.  </p>
<p>As far as an ORM, I am told Transfer does work out of the box, I have downloaded it but never got around to trying it.  </p>
<p>For cost comparison, you may want to look into EnterpriseDB.  They offer a commercial version and support for PostgreSQL.  You might be able to get more data for a cost comparison at their website.</p>
<p>Wil</p>
]]></content:encoded>
	</item>
</channel>
</rss>

