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
This commit is contained in:
Bruce Momjian 2002-08-22 04:56:44 +00:00
parent d86dee3edd
commit 090884bed3

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.116 2002/08/22 04:52:16 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.117 2002/08/22 04:56:44 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -2238,9 +2238,8 @@ PostgreSQL documentation
<para> <para>
It's also possible to select no escape character by writing It's also possible to select no escape character by writing
<literal>ESCAPE ''</literal>. This effectively disables the <literal>ESCAPE ''</literal>. This effectively disables the
escape mechanism and escape mechanism, which makes it impossible to turn off the
turns off the special meaning of underscore and percent signs in special meaning of underscore and percent signs in the pattern.
the pattern.
</para> </para>
<para> <para>