idea: multiple arguments to_regclass function - Mailing list pgsql-hackers

From Pavel Stehule
Subject idea: multiple arguments to_regclass function
Date
Msg-id CAFj8pRBLKDUqquvrgB2R56NNvFCaO6od1zXmmb4hAdFy7by_8w@mail.gmail.com
Whole thread Raw
Responses Re: idea: multiple arguments to_regclass function  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Where are we on supporting LLVM's opaque-pointer changes?
Next
From: David Rowley
Date:
Subject: Re: Protecting allocator headers with Valgrind