Re: Re: regexp_matches illegally restricts rows -- just a documentation issue?

From: Josh Berkus <josh(at)postgresql(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: Re: regexp_matches illegally restricts rows -- just a documentation issue?
Date: 2010-04-06 19:42:12
Message-ID: 4BBB8E94.4070102@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2010-04-06 19:55:01 Re: BUG #5394: invalid declspec for PG_MODULE_MAGIC
Previous Message Magnus Hagander 2010-04-06 17:39:56 Re: BUG #5394: invalid declspec for PG_MODULE_MAGIC