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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Document that the regexp split functions ignore zero-length
Date
Msg-id 20070813011847.AF483754258@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: disable users before loading.
Next
From: jmduarte@pgfoundry.org (User Jmduarte)
Date:
Subject: mysql2pgsql - mysql2pgsql: Float types conversion was still not