diff options
-rw-r--r-- | doc/src/sgml/citext.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/citext.sgml b/doc/src/sgml/citext.sgml index 0c6855fea62..7fdf30252a5 100644 --- a/doc/src/sgml/citext.sgml +++ b/doc/src/sgml/citext.sgml @@ -126,6 +126,11 @@ SELECT * FROM users WHERE nick = 'Larry'; <itemizedlist> <listitem> <para> + <function>regexp_matches()</> + </para> + </listitem> + <listitem> + <para> <function>regexp_replace()</> </para> </listitem> |