Re: Doc creation failed (v10.5 & 11)

2018-10-19 Thread GPT
tions given in "J.3. Building The Documentation". Please, if possible, advise accurate instructions for newbiees! Tia On 10/19/18, Tom Lane wrote: > GPT writes: >> I have followed the following steps but I have failed to create the >> doc for PG11. > >> cd .../p

Doc creation failed (v10.5 & 11)

2018-10-19 Thread GPT
Hi, I have followed the following steps but I have failed to create the doc for PG11. cd .../postgresql-11 ./configure cd ../postgresql-11/doc/src/sgml make check I get the following error: make: *** No rule to make target '/configure', needed by 'version.sgml'. Stop. Any advice. Tia

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