Opened 8 years ago
Closed 7 years ago
#9853 closed enhancement (fixed)
postgresql-10.0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New major version.
Change History (4)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
comment:3 by , 7 years ago
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
See https://www.postgresql.org/docs/current/static/release.html for more details.
Note:
See TracTickets
for help on using tickets.
Looks like Postgresql can use Python3 also in case 'python3' is found as 'python'. That means if python is a symlink to python3, Postgresql will pick it up.