Re: [REVIEW] prepare plans of embedded sql on function start - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [REVIEW] prepare plans of embedded sql on function start
Date
Msg-id CAFj8pRBQqXaR7J3LSAuhrHP7wCW46KnkXofVcOEmyDUcBoL8+g@mail.gmail.com
Whole thread Raw
In response to Re: [REVIEW] prepare plans of embedded sql on function start  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-hackers
>>        CHECK FUNCTION function_name(arglist);
>>
>
> I proposed a stored procedure "check_function(name, arglist)", but
> CHECK FUNCTION is ok for me too. Is easy implement it. Maybe there is
> issue - "CHECK" will be a keyword :(
>

CHECK is reserved keyword now, so this is issue.

sorry for noise

Pavel


pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [COMMITTERS] pgsql: Add missing format attributes
Next
From: Dimitri Fontaine
Date:
Subject: Re: [REVIEW] prepare plans of embedded sql on function start