Problem with catching my own exception messages. - Mailing list pgsql-general

From Gorodowienko Daniel
Subject Problem with catching my own exception messages.
Date
Msg-id 009c01c56b78$7272f070$5208000a@gadmin
Whole thread Raw
Responses Re: Problem with catching my own exception messages.
List pgsql-general
I want to write a function that returns a raise message catched by:
EXCEPTION
  WHEN RAISE_EXCEPTION THEN
    RETURN .........
If exception was raise like this:
RAISE EXCEPTION 'some exception';
and I want to get 'some exception', so what should I write instead of
......... ???


----------------------------------------------------------------------
Znajdz swoja milosc na wiosne... >>> http://link.interia.pl/f187a


pgsql-general by date:

Previous
From: John Barham
Date:
Subject: Recovery when old WAL segment has been overwritten?
Next
From: Dianne Yumul
Date:
Subject: Re: Postgresql fails to start?