From bf85ba2a9c3d1a9ab67e877bdaf7f1e7aa97eda1 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Tue, 5 May 2015 16:11:01 -0400 Subject: [PATCH] citext's regexp_matches() functions weren't documented, either. --- doc/src/sgml/citext.sgml | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -124,6 +124,11 @@ SELECT * FROM users WHERE nick = 'Larry'; </para> <itemizedlist> + <listitem> + <para> + <function>regexp_matches()</> + </para> + </listitem> <listitem> <para> <function>regexp_replace()</> -- GitLab