aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2013-02-01 21:44:22 -0500
committerPeter Eisentraut <peter_e@gmx.net>2013-02-01 21:44:22 -0500
commitf4987049ef7dd28d810a77c3b15a0a202ad493f8 (patch)
treef38bd0c1671e38ef6962576cd1e6bd12a786feff
parente1d25de35a2b1f809e8f8d7b182ce0af004f3ec9 (diff)
downloadpostgresql-f4987049ef7dd28d810a77c3b15a0a202ad493f8.tar.gz
postgresql-f4987049ef7dd28d810a77c3b15a0a202ad493f8.zip
doc: Tiny whitespace fix
-rw-r--r--doc/src/sgml/func.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index e9dbcb9f8a0..38791865f61 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -4981,7 +4981,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
will never match the newline character
(so that matches will never cross newlines unless the RE
explicitly arranges it)
- and <literal>^</>and <literal>$</>
+ and <literal>^</> and <literal>$</>
will match the empty string after and before a newline
respectively, in addition to matching at beginning and end of string
respectively.