summaryrefslogtreecommitdiff
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:16 -0400
commitbf85ba2a9c3d1a9ab67e877bdaf7f1e7aa97eda1 (patch)
treeda4f2e2cd07037c864bff56283a8b6a7beaacf6f
parentd4070d10c21917d9bcfdb570cf96aeaeaac7206f (diff)
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>