Unix Technical Forum

Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

This is a discussion on Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support within the pgsql Committers forums, part of the PostgreSQL category; --> Pavel Stehule <stehule@kix.fsv.cvut.cz> writes: > I din't find easy way how append variable only when block contains > EXCEPTION ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Committers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-10-2008, 12:03 PM
Tom Lane
 
Posts: n/a
Default Re: pgsql: Add PL/pgSQL SQLSTATE and SQLERRM support

Pavel Stehule <stehule@kix.fsv.cvut.cz> 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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:42 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com