Re: Converting built-in SQL functions to new style

2021-04-16 Thread Noah Misch
On Thu, Apr 15, 2021 at 07:25:39PM -0400, Tom Lane wrote: > Here's a draft patch that converts all the built-in and information_schema > SQL functions to new style, except for half a dozen that cannot be > converted because they use polymorphic arguments. This patch looks good. > One thing I was

Re: Converting built-in SQL functions to new style

2021-04-15 Thread Justin Pryzby
On Thu, Apr 15, 2021 at 07:25:39PM -0400, Tom Lane wrote: > One thing I was wondering about, but did not pull the trigger on > here, is whether to split off the function-related stuff in > system_views.sql into a new file "system_functions.sql" +1 -- Justin