[PATCH] Add EXPLAIN (ALL) shorthand

From: David Christensen <david(at)endpoint(dot)com>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Add EXPLAIN (ALL) shorthand
Date: 2016-05-19 19:51:48
Message-ID: 080FE841-E38D-42A9-AD6D-48CABED163C9@endpoint.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This simple patch adds “ALL” as an EXPLAIN option as shorthand for “EXPLAIN (ANALYZE, VERBOSE, COSTS, TIMING, BUFFERS)” for usability.

Attachment Content-Type Size
0001-Add-EXPLAIN-ALL-shorthand.patch application/octet-stream 3.2 KB
unknown_filename text/plain 80 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-05-19 19:59:40 Re: [PATCH] Add EXPLAIN (ALL) shorthand
Previous Message Alvaro Herrera 2016-05-19 18:47:35 Re: Somebody forgot to pin the built-in access methods