I'm just looking at the possibility of using postgresql as an alternative to sqlserver for a .NET web app.
(as a cloud hosted sqlserver costs an arm and a leg once the size of your data is over 20GB or so)
so really looking for something with reasonably good performance that can hold a lot of data.
However, I'm not entirely sure what I'm going to be losing by going to posgresql that might seriously start to hurt.
I'm not too worried by minor issues, or any issues in terms of porting ( unless there's major blocking issues of porting).
We use NHibernate, Linq, as well as raw sql against the database ( its a legacy product thats slowly being migrated to NHibernate as its data access tech)