On Fri, Jan 26, 2018 at 09:52:07AM +0100, GPT wrote:
> Between 1st (The LIKE expression...) and 2nd (If pattern does not...)
> paragraphs, it could be added something like:
>
>
>Caution
> Contrary to some other databases, in Postgresql only two char
Between 1st (The LIKE expression...) and 2nd (If pattern does not...)
paragraphs, it could be added something like:
Caution
Contrary to some other databases, in Postgresql only two characters
are used in LIKE patterns: underscore (_) and percent sign
On Thu, Dec 14, 2017 at 09:33:39AM +, gptmailingli...@gmail.com wrote:
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/10/static/functions-matching.html
> Description:
>
> Between the 1st and 2nd paragraphs please add a new one w
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/functions-matching.html
Description:
Between the 1st and 2nd paragraphs please add a new one which make clear
(also to a newbie like myself) that the _only characters_ can be used i