I'm considering using PostgreSQL with a .Net web app. Basically 3 reasons:
- Mature Geo Queries
- Small footprint + Linux
- Price
I'm wondering a bit about tools though, SQL Server Profiler and query plans and performance monitors have been helpful. How is this world with Postgres? Some other things I should consider?
Edit: Will most likely use NHibernate as ORM