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:21 -0400 |
commit | 272f99f8ad88c0253926113e3e19ee8da1513ef1 (patch) | |
tree | 1a607ea820b7b1fa2fa3be2b891703e423db6ad8 | |
parent | 801e250a8a0a73aef5afdbaac7a12a9af91e589b (diff) | |
download | postgresql-272f99f8ad88c0253926113e3e19ee8da1513ef1.tar.gz postgresql-272f99f8ad88c0253926113e3e19ee8da1513ef1.zip |
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> |