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:01 -0400
commit929ca96584bef1cc7d09a8e57d26d8c3f25a92a4 (patch)
tree14e27fc76026ef3053d485803fce0f7403b7636c
parentb22527f29dba6395a9e950fc655d34914c960f89 (diff)
downloadpostgresql-929ca96584bef1cc7d09a8e57d26d8c3f25a92a4.tar.gz
postgresql-929ca96584bef1cc7d09a8e57d26d8c3f25a92a4.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>