You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ Function | Returns | Description
178
178
`pgv_remove(package text)` | `void` | Removes the package and all package variables with the corresponding name. Required package must exists, otherwise the error will be raised.
179
179
`pgv_free()` | `void` | Removes all packages and variables.
180
180
`pgv_list()` | `table(package text, name text, is_transactional bool)` | Returns set of records of assigned packages and variables.
181
-
`pgv_stats()` | `table(package text, used_memory bigint)` | Returns list of assigned packages and used memory in bytes.
181
+
`pgv_stats()` | `table(package text, allocated_memory bigint)` | Returns list of assigned packages and used memory in bytes.
182
182
183
183
Note that **pgv_stats()** works only with the PostgreSQL 9.6 and newer.
184
184
@@ -188,18 +188,18 @@ It is easy to use functions to work with scalar variables:
0 commit comments