Pavel Stehule <[EMAIL PROTECTED]> writes:
> I din't find easy way how append variable only when block contains 
> EXCEPTION part. I wilcome any advice

I was envisioning an action in the beginning of the EXCEPTION clause,
viz

exception_sect  :
                    { $$ = NIL; }
                | K_EXCEPTION
                    { push vars into namespace here }
                  proc_exceptions
                    { $$ = $2; }
                ;


                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to