Thread: pgsql: Support the new regexp_match() function for citext.

pgsql: Support the new regexp_match() function for citext.

From
Tom Lane
Date:
Support the new regexp_match() function for citext.

Emre Hasegeli

Patch: <CAE2gYzzF24ZHWqkMukkHwqa0otbES9Rex22LrjQUNbi=oKziNQ@mail.gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f9d747a4e908ad09520cad4c0e8c915074e9964c

Modified Files
--------------
contrib/citext/Makefile              |   3 +-
contrib/citext/citext--1.3--1.4.sql  |  12 +
contrib/citext/citext--1.3.sql       | 493 ----------------------------------
contrib/citext/citext--1.4.sql       | 501 +++++++++++++++++++++++++++++++++++
contrib/citext/citext.control        |   2 +-
contrib/citext/expected/citext.out   |  54 ++++
contrib/citext/expected/citext_1.out |  54 ++++
contrib/citext/sql/citext.sql        |  12 +
doc/src/sgml/citext.sgml             |   5 +
9 files changed, 641 insertions(+), 495 deletions(-)