functions-matching correct?

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: functions-matching correct?
Date: 2002-08-19 20:42:35
Message-ID: 3D61583B.6000608@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-patches

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2002-08-19 21:21:39 Re: functions-matching correct?
Previous Message Peter Eisentraut 2002-08-18 21:35:20 Re: [HACKERS] Documentation DTD

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-08-19 21:03:53 Re: first cut at PL/PgSQL table functions
Previous Message Neil Conway 2002-08-19 20:16:38 Re: first cut at PL/PgSQL table functions