Re: [REVIEW] prepare plans of embedded sql on function start

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andy Colson <andy(at)squeakycode(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [REVIEW] prepare plans of embedded sql on function start
Date: 2011-09-11 07:30:18
Message-ID: CAFj8pRBQqXaR7J3LSAuhrHP7wCW46KnkXofVcOEmyDUcBoL8+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2011-09-11 10:01:45 Re: [REVIEW] prepare plans of embedded sql on function start
Previous Message Fujii Masao 2011-09-11 07:11:57 Re: [COMMITTERS] pgsql: Add missing format attributes