Re: Doc fix and adjustment for MERGE command

2022-09-09 Thread Vitaly Burovoy
On 2022-09-09 11:54Z, Alvaro Herrera wrote: On 2022-Sep-08, Vik Fearing wrote: On 9/7/22 22:51, Vitaly Burovoy wrote: Hello hackers! Reading docs for the MERGE statement I've found a little error: a semicolon in middle of a statement and absence of a semicolon in the end of it. Key words in

Re: Doc fix and adjustment for MERGE command

2022-09-09 Thread Alvaro Herrera
On 2022-Sep-08, Vik Fearing wrote: > On 9/7/22 22:51, Vitaly Burovoy wrote: > > Hello hackers! > > > > Reading docs for the MERGE statement I've found a little error: a > > semicolon in middle of a statement and absence of a semicolon in the end > > of it. > > > > Key words in subqueries are wri

Re: Doc fix and adjustment for MERGE command

2022-09-08 Thread Vik Fearing
On 9/7/22 22:51, Vitaly Burovoy wrote: Hello hackers! Reading docs for the MERGE statement I've found a little error: a semicolon in middle of a statement and absence of a semicolon in the end of it. Key words in subqueries are written in uppercase everywhere in the docs but not in an examp