Postgres Advantages over MySQL Postgres is an object-relational database, while MySQL is a purely relational database. This means that Postgres includes features like table inheritance and function overloading , which can be important to certain applications. Postgres also adheres more closely to SQL standards.