Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb7d582

Browse files
committed
Add missing fields description in the documentation.
1 parent 5ef44ed commit eb7d582

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pg_qualstats--2.0.0dev.sql

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,15 @@ LANGUAGE C;
5151
oid of the relation on the right hand side
5252
rattnum (attnum):
5353
attribute number of the column on the right hand side
54-
uniquequalnodeid(bigint):
54+
qualid(bigint):
5555
hash of the parent ``AND`` expression, if any. This is useful for identifying
5656
predicates which are used together.
57+
uniquequalid(bigint):
58+
hash of the parent ``AND`` expression, if any, including the constant
59+
values.
5760
qualnodeid(bigint):
61+
the predicate hash.
62+
uniquequalnodeid(bigint):
5863
the predicate hash. Everything (down to constants) is used to compute this hash
5964
occurences (bigint):
6065
the number of times this predicate has been seen

0 commit comments

Comments
 (0)