aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-05-05 16:11:01 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-05-05 16:11:09 -0400
commit6d78a179bfff068706198b5479f75c052fd2e005 (patch)
treef10a3195527e943af0d2e56cef94af6fad4ca31f
parentb1ec45994e5108d734c45876c25593823fcf8644 (diff)
downloadpostgresql-6d78a179bfff068706198b5479f75c052fd2e005.tar.gz
postgresql-6d78a179bfff068706198b5479f75c052fd2e005.zip
citext's regexp_matches() functions weren't documented, either.
-rw-r--r--doc/src/sgml/citext.sgml5
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>