Re: Re: regexp_matches illegally restricts rows -- just a documentation issue? - Mailing list pgsql-bugs

From Josh Berkus
Subject Re: Re: regexp_matches illegally restricts rows -- just a documentation issue?
Date
Msg-id 4BBB8E94.4070102@postgresql.org
Whole thread Raw
In response to Re: Re: regexp_matches illegally restricts rows -- just a documentation issue?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Re: regexp_matches illegally restricts rows -- just a documentation issue?  ("Erik Rijkers" <er@xs4all.nl>)
List pgsql-bugs
> While I understand why this is confusing, it's really very normal
> behavior for a SRF, and I don't really think it makes sense to
> document that this SRF behaves just like other SRFs...

It's likely to be used by people who do not otherwise use SRFs, and many
would not be prepared for the consequences.  It's not instinctive that a
regexp function would be an SRF in any case; if someone is not looking
closely at the docs, it would be easy to miss this entirely -- as 3
experienced PG people did yesterday.

Personally, I also think that PostgreSQL is wrong to allow an SRF in the
target list to restrict the number of rows output.  A subselect in the
target list does not do so.  However, that's completely another discussion.

--Josh Berkus

pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: BUG #5394: invalid declspec for PG_MODULE_MAGIC
Next
From: Tom Lane
Date:
Subject: Re: BUG #5394: invalid declspec for PG_MODULE_MAGIC