idea: multiple arguments to_regclass function

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: idea: multiple arguments to_regclass function
Date: 2023-04-16 04:28:13
Message-ID: CAFj8pRBLKDUqquvrgB2R56NNvFCaO6od1zXmmb4hAdFy7by_8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I missing some variants of to_regclass

to_regclass(schemaname, objectname)
to_regclass(catalogname, schemaname, objectname)

It can helps with object identification, when I have separated schema and
name

What do you think about this?

Regards

Pavel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2023-04-16 05:29:34 Re: Protecting allocator headers with Valgrind
Previous Message Thomas Munro 2023-04-16 01:00:36 Re: Where are we on supporting LLVM's opaque-pointer changes?