Masse Jacques <jacques(dot)masse(at)bordeaux(dot)cemagref(dot)fr> writes:
> I find exactly the same with
> EXECUTE ''CREATE TABLE tmp as select foo'';
The CREATE is not the problem, it's the subsequent *references* to tmp
that all have to be wrapped with EXECUTE.
regards, tom lane