Get funcid when create function - Mailing list pgsql-hackers

From 王翔宇
Subject Get funcid when create function
Date
Msg-id CAO-0=8u19fOZhgVS5FPdbmkGLf3d1aQ_TEfzhnBUwJh4fotBmw@mail.gmail.com
Whole thread Raw
Responses Re: Get funcid when create function
List pgsql-hackers
I'm developing a extension for pg. Now I have create a event trigger on ddl_command_end, and this function will be called after I enter create function statement. In this function I can only get parseTree. In pg source code, I found a function named "pg_event_trigger_ddl_commands" seems provide cmds which include funcid. BUT I didn't found any example to call this function.
who can helps?

--
Clench

pgsql-hackers by date:

Previous
From: KES
Date:
Subject: Re: Typo in doc or wrong EXCLUDE implementation
Next
From: Alexander Korotkov
Date:
Subject: Re: Postgres 11 release notes