diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-22 04:56:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-22 04:56:44 +0000 |
commit | 090884bed3449b730d028a9ff8c613bd6c70f586 (patch) | |
tree | 697fc7d9ee6c3bd2d98981a04b3caf4ea6fb42f3 /doc/src | |
parent | d86dee3eddfaec1f2faddc5b807f2b13d58adcdd (diff) | |
download | postgresql-090884bed3449b730d028a9ff8c613bd6c70f586.tar.gz postgresql-090884bed3449b730d028a9ff8c613bd6c70f586.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
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 @@ <!-- -$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 --> @@ -2238,9 +2238,8 @@ PostgreSQL documentation <para> It's also possible to select no escape character by writing <literal>ESCAPE ''</literal>. 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. </para> <para> |