Oliver Jowett <oliver(at)opencloud(dot)com> writes:
> test=> create temp table t2 (i integer);
> ERROR: permission denied for schema pg_temp_1
I think this is a side effect of Sean's recent permissions-hacking.
I knew I should have objected more strongly ...
The immediate problem is a simple thinko (lack of attention to a
function's return convention), but I'm gonna go back and review that
whole patch. It obviously wasn't tested well at all.
regards, tom lane