On 10/4/25 19:38, Tom Lane wrote:
> Sure. Superusers bypass all SQL permissions checks.
True. I just didn't expect this behavior to extend to temporary tables
as well. It was just a bit surprising that a temporary table can persist
after its owning session ends, simply because another session is holding
a lock on it --- without the owning session being aware of that.
Best, Jim