diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-05 16:11:01 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-05 16:11:16 -0400 |
commit | bf85ba2a9c3d1a9ab67e877bdaf7f1e7aa97eda1 (patch) | |
tree | da4f2e2cd07037c864bff56283a8b6a7beaacf6f | |
parent | d4070d10c21917d9bcfdb570cf96aeaeaac7206f (diff) |
citext's regexp_matches() functions weren't documented, either.
-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> |