Changes between Version 12 and Version 14 of Ticket #30897


Ignore:
Timestamp:
Aug 24, 2020, 4:15:19 AM (4 years ago)
Author:
Nick Pope
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30897 – Description

    v12 v14  
    44- PostgreSQL 12+ has support for a new [https://www.postgresql.org/docs/12/sql-explain.html#SQL-EXPLAIN SETTINGS] option to `EXPLAIN`.
    55
    6 Updated 2020-08-20:
     6**Updated 2020-08-24:**
    77
    88- MySQL 8.0.21+ has support for [https://dev.mysql.com/doc/refman/8.0/en/explain.html#explain-analyze EXPLAIN ANALYZE FORMAT=TREE].
    9 - PostgreSQL 13+ has support for a new [https://www.postgresql.org/docs/13/sql-explain.html#SQL-EXPLAIN WAL] option to `EXPLAIN`.
     9  - **Note:** We are not removing restriction on use of `ANALYZE` with `FORMAT` until more than one format is supported with this combination of options. (See [https://github.com/django/django/pull/13333#pullrequestreview-473197627 review].)
     10- PostgreSQL 13+ has support for a new [https://www.postgresql.org/docs/13/sql-explain.html#SQL-EXPLAIN WAL] option to `EXPLAIN`. ''(Note: Requires `ANALYZE` option.)''
Back to Top