Re: generic options for explain - Mailing list pgsql-hackers

From Robert Haas
Subject Re: generic options for explain
Date
Msg-id 603c8f070905240721q3ac5acecvebb0e27d902076fb@mail.gmail.com
Whole thread Raw
In response to Re: generic options for explain  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: generic options for explain  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: generic options for explain  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
>> EXPLAIN ('hash_detail', 'on') query...

Oops, I should have written EXPLAIN (hash_detail 'on') query... can't
follow my own syntax.

> I am sorry - this is really strange syntax . Who will use this syntax?
> For some parser is little bit better function call, than parametrized
> statement. Some dificulties with options should be fixed with named
> param (we are speaking about 8.5).
>
> select explain_xml("select ...", true as hash_detail, ...)

See to me THAT is a really strange syntax, so I guess we need some more votes.

...Robert


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: generic options for explain
Next
From: Pavel Stehule
Date:
Subject: Re: generic options for explain