From db15da0faf2ddd82004eb16d2fd992eb009996af Mon Sep 17 00:00:00 2001 From: Antonin Houska Date: Wed, 26 Jun 2024 16:26:41 +0200 Subject: [PATCH] README: added a note about the squeeze_table() function. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dc99411..b4c395c 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,11 @@ Sample execution: SELECT squeeze.squeeze_table('public', 'pgbench_accounts'); ``` +Note that the function is not transactional: it only starts a background +worker, tells it which table it should process and exits. Rollback of the +transaction the function was called in does not revert the changes done by the +worker. + # Enable / disable table processing To enable processing of bloated tables, run this statement as superuser: