From 128c25b52f30d016cc07294d1a25f68bea500e25 Mon Sep 17 00:00:00 2001
From: Tom Lane
Date: Mon, 6 Jun 2005 16:29:01 +0000
Subject: Trivial markup improvement.
---
doc/src/sgml/func.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'doc')
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index 67d212ed3f9..5bd29793e81 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
@@ -2725,7 +2725,7 @@ cast(-44 as bit(12)) 111111010100
The substring> function with three parameters,
- substring(string from
+ substring(string from
pattern for
escape-character), provides
extraction of a substring that matches an SQL
@@ -2837,7 +2837,7 @@ substring('foobar' from '#"o_b#"%' for '#') NULL
The substring> function with two parameters,
- substring(string from
+ substring(string from
pattern), provides extraction of a substring
that matches a POSIX regular expression pattern. It returns null if
there is no match, otherwise the portion of the text that matched the
--
cgit v1.2.3