On Tue, Jul 8, 2014 at 6:55 AM, Kouhei Kaigai <[email protected]> wrote: > * Syntax also reflects what the command does more. New syntax to > define custom plan provider is: > CREATE CUSTOM PLAN PROVIDER <cpp_name> > FOR <cpp_class> HANDLER <cpp_function>;
-1 on 'cpp' prefix. I don't see acronyms used in the syntax documentation and cpp will make people reflexively think 'c++'. How about <provider_name> and <provider_function>? merlin -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
