On Fri, Aug 29, 2025 at 1:03 AM Joel Jacobson <j...@compiler.org> wrote:

> *) Renaming of database objects seamless, thanks to function body being
> parsed at function definition time and stored as expression nodes.


How does that work in practice?  for current SQL (not pl/pgsql) functions,
this will fail:

create function f() returns int as $$ create temp table i(i int); select *
from i; $$ language sql;
ERROR:  relation "i" does not exist

Also, how do search_path interactions work in your understanding?

merlin

Reply via email to