1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

Support the new regexp_match() function for citext.

Emre Hasegeli

Patch: <CAE2gYzzF24ZHWqkMukkHwqa0otbES9Rex22LrjQUNbi=oKziNQ@mail.gmail.com>
This commit is contained in:
Tom Lane
2016-08-18 10:52:31 -04:00
parent 9f31e45a6d
commit f9d747a4e9
8 changed files with 149 additions and 3 deletions

View File

@ -124,6 +124,11 @@ SELECT * FROM users WHERE nick = 'Larry';
</para>
<itemizedlist>
<listitem>
<para>
<function>regexp_match()</>
</para>
</listitem>
<listitem>
<para>
<function>regexp_matches()</>