Re: Add small detail to RAISE statement descripton

2024-07-15 Thread Laurenz Albe
On Mon, 2024-07-15 at 21:30 +0300, Igor Gnatyuk wrote: > I tried to take your comments into account: > > - added a missing comma > - still left a verbose version ;) > - made the last sentence more complete (according to the 2nd option). > > Attached you will find new patch version fix_doc_raise_v

Re: Add small detail to RAISE statement descripton

2024-07-15 Thread Igor Gnatyuk
Hi, thanks for the review. I tried to take your comments into account: - added a missing comma - still left a verbose version ;) - made the last sentence more complete (according to the 2nd option). Attached you will find new patch version fix_doc_raise_v4.patch, please check it out. Thanks again