Re: Addition to / Clarification in 9.7.1. LIKE

2018-01-26 Thread Bruce Momjian
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

Re: Addition to / Clarification in 9.7.1. LIKE

2018-01-26 Thread GPT
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

Re: Addition to / Clarification in 9.7.1. LIKE

2018-01-25 Thread Bruce Momjian
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

Addition to / Clarification in 9.7.1. LIKE

2017-12-14 Thread gptmailinglists
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