Fix for documention:
authorBruce Momjian
Thu, 22 Aug 2002 04:56:44 +0000 (04:56 +0000)
committerBruce Momjian
Thu, 22 Aug 2002 04:56:44 +0000 (04:56 +0000)
>>" 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

index fb387584ed574b1b0cf6198e4313827c5cfa2217..6d5501b3b35266ef572e8b1cfc8530e0b6e67ad7 100644 (file)
@@ -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.