File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.\" This is -*-nroff-*-
2
2
.\" XXX standard disclaimer belongs here....
3
- .\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.6 1998/01/07 15:32:47 momjian Exp $
3
+ .\" $Header: /cvsroot/pgsql/src/man/Attic/explain.l,v 1.7 1998/01/07 15:40:17 momjian Exp $
4
4
.TH EXPLAIN SQL 06/12/97 PostgreSQL PostgreSQL
5
5
.SH NAME
6
6
explain \(em explains statement execution details
@@ -29,16 +29,16 @@ EXPLAIN
29
29
tgl=> explain verbose select sum(a) from test;
30
30
NOTICE:QUERY PLAN:
31
31
32
- {AGG :cost 0 :size 0 :width 0 :state "" :qptargetlist
32
+ {AGG :cost 0 :size 0 :width 0 :state <> :qptargetlist
33
33
({TLE :resdom {RESDOM :resno 1 :restype 700 :reslen 4 :resname "sum"
34
34
:reskey 0 :reskeyop 0 :resjunk 0}
35
35
:expr {AGGREG :aggname "sum" :basetype 700 :aggtype 700 :aggno 0
36
36
:target {VAR :varno 1 :varattno 1 :vartype 700 :varnoold 1 :varoattno 1}}})
37
- :qpqual "" :lefttree {SEQSCAN :cost 0 :size 0 :width 4 :state ""
37
+ :qpqual <> :lefttree {SEQSCAN :cost 0 :size 0 :width 4 :state <>
38
38
:qptargetlist ({TLE :resdom {RESDOM :resno 1 :restype 700 :reslen 4
39
39
:resname "null" :reskey 0 :reskeyop 0 :resjunk 0}
40
40
:expr {VAR :varno 1 :varattno 1 :vartype 700 :varnoold 1 :varoattno 1}})
41
- :qpqual "" :lefttree "" :righttree "" :scanrelid 1} :righttree "" :numagg 1 }
41
+ :qpqual <> :lefttree <> :righttree <> :scanrelid 1} :righttree <> :numagg 1 }
42
42
43
43
Aggregate (cost=0.00 size=0 width=0)
44
44
-> Seq Scan on test (cost=0.00 size=0 width=4)
You can’t perform that action at this time.
0 commit comments