Pavel Stehule <pavel.steh...@gmail.com> writes: > I missing some variants of to_regclass
> to_regclass(schemaname, objectname) > to_regclass(catalogname, schemaname, objectname) Can do that already: to_regclass(quote_ident(schemaname) || '.' || quote_ident(objectname)) I'm not eager to build nine more to_reg* functions to do the equivalent of that, and even less eager to build eighteen. regards, tom lane