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 1bba703 commit db15da0Copy full SHA for db15da0
README.md
@@ -197,6 +197,11 @@ Sample execution:
197
SELECT squeeze.squeeze_table('public', 'pgbench_accounts');
198
```
199
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
+
205
# Enable / disable table processing
206
207
To enable processing of bloated tables, run this statement as superuser:
0 commit comments