pgsql: Document that the regexp split functions ignore zero-length

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document that the regexp split functions ignore zero-length
Date: 2007-08-13 01:18:47
Message-ID: 20070813011847.AF483754258@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document that the regexp split functions ignore zero-length matches in
certain corner cases. Per discussion, the code does what we want, but
it really needs to be documented that these functions act differently
from regexp_matches.

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.384 -> r1.385)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.384&r2=1.385)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jmduarte 2007-08-13 08:18:07 mysql2pgsql - mysql2pgsql: Float types conversion was still not
Previous Message User Mkz 2007-08-12 22:33:56 pgbouncer - pgbouncer: disable users before loading.