We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7902358 commit e45c6ebCopy full SHA for e45c6eb
contrib/pg_variables/README.md
@@ -93,6 +93,8 @@ Function | Returns
93
`pgv_list()` | `table(package text, name text)`
94
`pgv_stats()` | `table(package text, used_memory bigint)`
95
96
+Note that **pgv_stats()** works only with the PostgreSQL 9.6 and newer.
97
+
98
## Examples
99
100
It is easy to use functions to work with scalar variables:
doc/src/sgml/pg_variables.sgml
@@ -388,6 +388,10 @@
388
</tbody>
389
</tgroup>
390
</informaltable>
391
+ <para>
392
+ Note that <literal>pgv_stats()</literal> works only with the
393
+ PostgreSQL 9.6 and newer.
394
+ </para>
395
</sect3>
396
</sect2>
397
<sect2 id="pg-variables-examples">
0 commit comments