[PATCH] Add EXPLAIN (ALL) shorthand - Mailing list pgsql-hackers

From David Christensen
Subject [PATCH] Add EXPLAIN (ALL) shorthand
Date
Msg-id 080FE841-E38D-42A9-AD6D-48CABED163C9@endpoint.com
Whole thread Raw
Responses Re: [PATCH] Add EXPLAIN (ALL) shorthand  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
This simple patch adds “ALL” as an EXPLAIN option as shorthand for “EXPLAIN (ANALYZE, VERBOSE, COSTS, TIMING, BUFFERS)”
forusability. 


--
David Christensen
End Point Corporation
david@endpoint.com
785-727-1171




Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Somebody forgot to pin the built-in access methods
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Add EXPLAIN (ALL) shorthand