Re: aggregation of setof - Mailing list pgsql-sql

From Tom Lane
Subject Re: aggregation of setof
Date
Msg-id 16976.1296487923@sss.pgh.pa.us
Whole thread Raw
In response to Re: aggregation of setof  (Andreas Gaab <A.Gaab@scanlab.de>)
List pgsql-sql
Andreas Gaab <A.Gaab@scanlab.de> writes:
> Could not the function regexp_matches(text, text) be defined to only return a text[] not a setof text[]?

It'd be pretty hard to change at this point, because of
backwards-compatibility considerations, and because the two functions
share a single implementation.
        regards, tom lane


pgsql-sql by date:

Previous
From: Michael Gould
Date:
Subject: fix uuid contrib module for Windows 64
Next
From: Viktor Bojović
Date:
Subject: Re: aggregation of setof