Re: Proposal: variant of regclass - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Proposal: variant of regclass
Date
Msg-id CAB7nPqQoWHn8J2wJDmJf43qYQoKE0tyBPn++O78t9iZ0cJQWMQ@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: variant of regclass  (Yugo Nagata <nagata@sraoss.co.jp>)
Responses Re: Proposal: variant of regclass  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
Hi,

On Tue, Jan 14, 2014 at 4:28 PM, Yugo Nagata <nagata@sraoss.co.jp> wrote:
> Here is the patch to implement to_regclass, to_regproc, to_regoper,
> and to_regtype. They are new functions similar to regclass, regproc,
> regoper, and regtype except that if requested object is not found,
> returns InvalidOid, rather than raises an error.

You should add this patch to the upcoming commit fest (beginning
tomorrow actually), I am not seeing it in the list:
https://commitfest.postgresql.org/action/commitfest_view?id=21
Thanks,
-- 
Michael



pgsql-hackers by date:

Previous
From: Yugo Nagata
Date:
Subject: Re: Proposal: variant of regclass
Next
From: Amit Kapila
Date:
Subject: Re: [PATCH] Doc fix for VACUUM FREEZE