Re: Usage of RETURN QUERY - Mailing list pgsql-novice

From Eugene Dorofeyev
Subject Re: Usage of RETURN QUERY
Date
Msg-id 003901cb96ea$94927150$bdb753f0$@gmail.com
Whole thread Raw
In response to Re: Usage of RETURN QUERY  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Usage of RETURN QUERY  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
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@sss.pgh.pa.us]
Sent: Wednesday, December 08, 2010 4:53 PM
To: edorofeyev@gmail.com
Cc: pgsql-novice@postgresql.org
Subject: Re: [NOVICE] Usage of RETURN QUERY

"Eugene Dorofeyev" <edorofeyev@gmail.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.



pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: PGstatspack installation problem
Next
From: Tom Lane
Date:
Subject: Re: Usage of RETURN QUERY