The new formatting matches what we do for COPY.
Per a complaint from Bruce Momjian.
-EXPLAIN [ ( { ANALYZE boolean | VERBOSE boolean | COSTS boolean | BUFFERS boolean | FORMAT { TEXT | XML | JSON | YAML } } [, ...] ) ] statement
+EXPLAIN [ ( option [, ...] ) ] statement
EXPLAIN [ ANALYZE ] [ VERBOSE ] statement
+
+
where option can be one of:
+
+ ANALYZE [ boolean ]
+ VERBOSE [ boolean ]
+ COSTS [ boolean ]
+ BUFFERS [ boolean ]
+ FORMAT { TEXT | XML | JSON | YAML }