Skip to content

Commit e45c6eb

Browse files
author
Artur Zakirov
committed
Added note about pgv_stats()
1 parent 7902358 commit e45c6eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

contrib/pg_variables/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Function | Returns
9393
`pgv_list()` | `table(package text, name text)`
9494
`pgv_stats()` | `table(package text, used_memory bigint)`
9595

96+
Note that **pgv_stats()** works only with the PostgreSQL 9.6 and newer.
97+
9698
## Examples
9799

98100
It is easy to use functions to work with scalar variables:

doc/src/sgml/pg_variables.sgml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,10 @@
388388
</tbody>
389389
</tgroup>
390390
</informaltable>
391+
<para>
392+
Note that <literal>pgv_stats()</literal> works only with the
393+
PostgreSQL 9.6 and newer.
394+
</para>
391395
</sect3>
392396
</sect2>
393397
<sect2 id="pg-variables-examples">

0 commit comments

Comments
 (0)