functions-matching correct? - Mailing list pgsql-docs

From Joe Conway
Subject functions-matching correct?
Date
Msg-id 3D61583B.6000608@joeconway.com
Whole thread Raw
Responses Re: functions-matching correct?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
7.2.1 docs:
http://www.postgresql.org/idocs/index.php?functions-matching.html#FUNCTIONS-LIKE

" 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."

7.3 development docs:
http://developer.postgresql.org/docs/postgres/functions-matching.html#FUNCTIONS-LIKE

" 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."

I think the former is still correct, isn't it?

Joe


pgsql-docs by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Documentation DTD
Next
From: Tom Lane
Date:
Subject: Re: functions-matching correct?