Re: [HACKERS] FIX: auto_explain docs

2013-05-29 Thread Robert Haas
On Tue, May 28, 2013 at 5:43 PM, Tomas Vondra wrote: > Hi, > > I've just noticed that this patch in 2012-01 commitfest > > https://commitfest.postgresql.org/action/patch_view?id=729 > > added log_timing option to auto_explain, but it never actually made it > to the docs. Attached is a patch for

[HACKERS] FIX: auto_explain docs

2013-05-28 Thread Tomas Vondra
Hi, I've just noticed that this patch in 2012-01 commitfest https://commitfest.postgresql.org/action/patch_view?id=729 added log_timing option to auto_explain, but it never actually made it to the docs. Attached is a patch for current master, but 9.2 should be patched too. regards Tomas diff