Re: [pgadmin-hackers] Ticket 117: Explain Buffers

2010-01-25 Thread Euler Taveira de Oliveira
Guillaume Lelarge escreveu: > New patch attached. > Nice job. But there are just a few gripes about your patch: (i) it doesn't disable the EXPLAIN button when the BUFFERS option is enabled, (ii) it doesn't disable the EXPLAIN ANALYZE menu when the query is running, and (iii) there is a bug when th

Re: [pgadmin-hackers] Ticket 117: Explain Buffers

2010-01-25 Thread Guillaume Lelarge
Le 23/01/2010 19:20, Euler Taveira de Oliveira a écrit : > Magnus Hagander escreveu: >> While you're whacking around the explain code, one thing that has >> always nagged me, is that ANALYZE is an option for EXPLAIN. IMO we >> should have "Explain" and "Explain Analyze" as separate commands, >> bec

Re: [pgadmin-hackers] Ticket 117: Explain Buffers

2010-01-25 Thread Guillaume Lelarge
Le 23/01/2010 16:40, Magnus Hagander a écrit : > 2010/1/23 Guillaume Lelarge : >> Le 23/01/2010 15:14, Magnus Hagander a écrit : >>> 2010/1/23 Guillaume Lelarge : Hi, This patch handles two new parameters for EXPLAIN: COSTS and BUFFERS. I'm not sure that we need to add support f