db8cb73458
Major enhancements in PostgreSQL 10 include: Logical replication using publish/subscribe Declarative table partitioning Improved query parallelism Significant general performance improvements Stronger password authentication based on SCRAM-SHA-256 Improved monitoring and control The above items are explained in more detail in the sections below.
9 lines
441 B
Text
9 lines
441 B
Text
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
|
|
derived from the Berkeley Postgres database management system. While
|
|
PostgreSQL retains the powerful object-relational data model, rich data types
|
|
and easy extensibility of Postgres, it replaces the PostQuel query language
|
|
with an extended subset of SQL.
|
|
|
|
PostgreSQL is free and the complete source is available.
|
|
|
|
This package contains the database client programs.
|