From 090884bed3449b730d028a9ff8c613bd6c70f586 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Thu, 22 Aug 2002 04:56:44 +0000
Subject: Fix for documention:
>>" It's also possible to select no escape character by writing ESCAPE ''.
>>In this case there is no way to turn off the special meaning of
>>underscore and percent signs in the pattern."
Joe Conway
---
doc/src/sgml/func.sgml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml
index fb387584ed5..6d5501b3b35 100644
--- a/doc/src/sgml/func.sgml
+++ b/doc/src/sgml/func.sgml
@@ -1,5 +1,5 @@
@@ -2238,9 +2238,8 @@ PostgreSQL documentation
It's also possible to select no escape character by writing
ESCAPE ''. This effectively disables the
- escape mechanism and
- turns off the special meaning of underscore and percent signs in
- the pattern.
+ escape mechanism, which makes it impossible to turn off the
+ special meaning of underscore and percent signs in the pattern.
--
cgit v1.2.3