توضیحات شرکت Uber در خصوص تعویض کردن دیتابیس از PostgreSQL به MySQL
302, Found
https://eng.uber.com/mysql-migration/ icon

در این مطلب کاملا شفاف توضیح داده شده است که، به چه دلیلی شرکت اوبر از دیتابیس Postgres به سمت MySQL کوچ کرده است؟! 

توضیحات شرکت Uber در خصوص تعویض کردن دیتابیس از PostgreSQL به MySQL
استفاده از بانک اطلاعاتی Postgres در Entity Framework Core فقط با تغییر تنظیمات ابتدایی برنامه
200, OK
https://elanderson.net/2018/02/entity-framework-core-with-postgres/ icon
Before:
services.AddDbContext<ApplicationDbContext>(options =>
    options
      .UseSqlServer(Configuration
                    .GetConnectionString("DefaultConnection")));
 
After:
services.AddDbContext<ApplicationDbContext>(options =>
    options
      .UseNpgsql(Configuration
                 .GetConnectionString("DefaultConnection")));
استفاده از بانک اطلاعاتی Postgres در Entity Framework Core فقط با تغییر تنظیمات ابتدایی برنامه
حمله‌ی اوراکل به Postgres در روسیه
301, MovedPermanently
http://momjian.us/main/blogs/pgblog/2016.html icon

During the past few weeks, Oracle sent a letter to Russian partners and customers comparing Oracle favorably to Postgres as a way of cirumventing a new law favoring Russian-produced software. This is the first direct attack I have seen on Postgres, and is probably representative of the kinds of attacks we will see from other vendors and in other countries in the years to come.  

حمله‌ی اوراکل به Postgres در روسیه