diff options
| author | Tom Lane | 2015-05-05 20:11:01 +0000 |
|---|---|---|
| committer | Tom Lane | 2015-05-05 20:11:09 +0000 |
| commit | 6d78a179bfff068706198b5479f75c052fd2e005 (patch) | |
| tree | f10a3195527e943af0d2e56cef94af6fad4ca31f | |
| parent | b1ec45994e5108d734c45876c25593823fcf8644 (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> |
