We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5789860 commit238c1efCopy full SHA for 238c1ef
README.md
@@ -304,7 +304,7 @@ SELECT pgv_get('pack', 'var_text', NULL::text);
304
before transaction block
305
```
306
307
-If you create a transactional variable after`BEGIN` or`SAVEPOINT` statements
+If you create a transactional variable after`BEGIN` or`SAVEPOINT` statements
308
and then rollback to previous state - variable will not be exist:
309
310
```sql
@@ -342,15 +342,12 @@ SELECT * FROM pgv_stats();
342
package | allocated_memory
343
---------+------------------
344
pack |24576
345
-(1 row)
346
347
ROLLBACK;
348
SELECT*FROM pgv_list();
349
package | name | is_transactional
350
---------+-----------+------------------
351
pack | var_trans | t
352
353
-
354
355
356
If you created transactional variable once, you should use flag`is_transactional`