Re: Default gucs for EXPLAIN - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: Default gucs for EXPLAIN
Date
Msg-id alpine.DEB.2.22.394.2005241053030.463947@pseudo
Whole thread Raw
In response to Re: Default gucs for EXPLAIN  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
> The safe option seems not allowing to change ANALYZE option default.

> EXPLAIN [ ANALYZE ] [ VERBOSE ] statement

Some more thoughts:

An argument for keeping it that way is that there is already a special 
syntax to enable ANALYSE explicitely, which as far as I am concerned I 
only ever attempt after having tried a "EXPLAIN query" first.

Moreover, having to just add the ANALYSE keyword is kind of cheap, while 
having to type "(some list of options)" is pretty cumbersome.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Default gucs for EXPLAIN
Next
From: Vik Fearing
Date:
Subject: Re: Default gucs for EXPLAIN