Skip to content

Commit db15da0

Browse files
author
Antonin Houska
committed
README: added a note about the squeeze_table() function.
1 parent 1bba703 commit db15da0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ Sample execution:
197197
SELECT squeeze.squeeze_table('public', 'pgbench_accounts');
198198
```
199199

200+
Note that the function is not transactional: it only starts a background
201+
worker, tells it which table it should process and exits. Rollback of the
202+
transaction the function was called in does not revert the changes done by the
203+
worker.
204+
200205
# Enable / disable table processing
201206

202207
To enable processing of bloated tables, run this statement as superuser:

0 commit comments

Comments
 (0)