Re: Rationalizing EXPLAIN VERBOSE output - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Rationalizing EXPLAIN VERBOSE output
Date
Msg-id 3C8C3E09.3CCEAD02@fourpalms.org
Whole thread Raw
In response to Re: Rationalizing EXPLAIN VERBOSE output  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Rationalizing EXPLAIN VERBOSE output  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
...
> > >     EXPLAIN VERBOSE select * from pg_class;
> > >     EXPLAIN LEVEL 1 select * from pg_class;
> > >     EXPLAIN LEVEL 5 select * from pg_class;

How about leaving off "LEVEL" and just allow a numeric argument after
VERBOSE? It does not give shift/reduce troubles. And I'm not sure that
"level" makes it clearer (level of what?). So it would be
 EXPLAIN VERBOSE select ... EXPLAIN VERBOSE 5 select ...

etc
                       - Thomas


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Allowing usernames in pg_hba.conf
Next
From: Bruce Momjian
Date:
Subject: Re: Rationalizing EXPLAIN VERBOSE output