From: Koichi S. <koi...@gm...> - 2014-02-03 05:21:53
|
As long as the restriction comes from utilities.c, I think PL/pgSQL will share the same restriction. Utilities.c should provide query rebuilding as we have for usual DML feature. I'm afraid it is not quite simple. Reagards; --- Koichi Suzuki 2014-01-30 David E. Wheeler <da...@ju...>: > On Jan 29, 2014, at 5:07 PM, Koichi Suzuki <koi...@gm...> wrote: > >> Year, utility command should be those handled by utility.c, almost all >> the DDL statements. >> >> As to temporary objects in implicit 2PC, this can be a candidate for 1.3. > > So is there currently no way to create a temporary table from a function? What about inside a PL/pgSQL EXECUTE statement? > > Thanks, > > David > |