Make it explicit that it is invalid to pass zero.
«Retrieve the n-th order statistic with respect to the compare
function of the rbtree column col_num. In other words, get the row
with n-th greatest value in column col_num. It is an error if col_num
- is not a rbtree column, or if n is larger than the number of rows in
- the table.»,
+ is not a rbtree column or if n is out of range, i.e., zero or larger
+ than the number of rows in the table.»,
«int»,
«Standard»