Re: Nice Quote from Celko

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Nice Quote from Celko
Date: 2012-09-24 15:35:15
Message-ID: k3puja$1c4$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Richard Broersma, 24.09.2012 01:09:
> Here is the excerpt that the quote comes from:
>
> "Bottom Line
>
> Porting applications to SQL Server is not the usual direction.
> Developers are more likely to port SQL Server to Postgres because it
> is open source, supports more ANSI features, runs on more platforms,
> uses a different ACID model and has a great optimizer.
>
> If you live in a Microsoft world and need to move Postgres code to
> SQL Server, don’t expect the port to be easy. You might luck up, but
> that’s not the way the smart money bets. The pure SQL part will not
> hard if the original Postgres is clean and simple; you will have to
> write the extra ANSI features with complicated T-SQL. The hard part
> is that Postgres assumes a non-Microsoft environment and a different
> concurrency model."

There are some similar posts out there:

http://facility9.com/2011/12/ten-reasons-postgresql-is-better-than-sql-server/
http://datachomp.com/archives/im-leaving-sql-server-for-postgres/

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Jonathan S. Katz 2012-09-24 18:42:35 Re: A few thoughts for further marketing
Previous Message Robert Bernier 2012-09-24 15:32:30 Re: Nice Quote from Celko