Damn, I really need to buy a new glasses.
Thank you for your help.
But it returns data as a set of rows like
(10354,"EXCEPTION: ...")
(4363,"Access Violation Exception.")
...
Is there a way to get columns as in a view ?
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Wednesday, December 08, 2010 4:53 PM
To: edorofeyev(at)gmail(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Usage of RETURN QUERY
"Eugene Dorofeyev" <edorofeyev(at)gmail(dot)com> writes:
> I'm trying to use RETURN QUERY in a function (see query below) in
> order to return list of issues and number of times when each issue
occurred.
It looks like your problem is you forgot a BEGIN.