Re: ProjectSet - Mailing list pgsql-general

From David Rowley
Subject Re: ProjectSet
Date
Msg-id CAKJS1f-1uh6oxWx7sdPVqLdK6Bh65mDdCN-sPOk5BpDoKQthvg@mail.gmail.com
Whole thread Raw
In response to Re: ProjectSet  (Oliver Kohll <oliver@agilechilli.com>)
Responses Re: ProjectSet
List pgsql-general
On 3 August 2018 at 01:16, Oliver Kohll <oliver@agilechilli.com> wrote:
> Ah thanks David, at least I know what it is now. I don't think I have any
> set returning functions though will double check in case there's a joined
> view that has one. Perhaps it could be the something to do with cross
> product which similarly creates multiple rows on the right for each row on
> the left side.

postgres=# select proretset from pg_proc where proname = 'regexp_matches';
 proretset
-----------
 t
 t
(2 rows)

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-general by date:

Previous
From: Oliver Kohll
Date:
Subject: Re: ProjectSet
Next
From: Om Prakash Jaiswal
Date:
Subject: Error couldn't not serialize data due to concurrent read writeupdate