We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GRANT TEMPORARY
1 parent 1106a5d commit 72cd919Copy full SHA for 72cd919
doc/index.rst
@@ -467,6 +467,9 @@ Stickiness requires:
467
- enabling Zeroconf (at least ``zeroconf_service``) to make all
468
Workshop processes on all servers aware of each others
469
- filling the ``sticky_id`` column in ``cronjobs`` records
470
+- Workshop requires permission to create temporary table in the
471
+ PostgreSQL database (e.g. ``GRANT TEMPORARY ON DATABASE
472
+ database_name TO "cm4all-workshop"``);
473
474
Workshop uses the same set of algorithms as `beng-proxy
475
<https://github.com/CM4all/beng-proxy>`__ and `Lukko
0 commit comments