Re: Add small detail to RAISE statement descripton

2024-07-15 Thread Igor Gnatyuk
again for review and comments. Regards, Igor Gnatyuk ср, 10 июл. 2024 г. в 23:36, Laurenz Albe : > > On Wed, 2024-05-22 at 18:34 +0300, Igor Gnatyuk wrote: > > fix_doc_raise_v3-bios.patch. Please check it out. > > I think the patch is fine. > > > + > > +con

Re: Add small detail to RAISE statement descripton

2024-05-22 Thread Igor Gnatyuk
re changed during changes to the file. I fixed it in the patch fix_doc_raise_v3-bios.patch. Please check it out. Thanks again for your comments. ср, 22 мая 2024 г. в 14:13, jian he : > > On Wed, May 22, 2024 at 4:18 PM Igor Gnatyuk wrote: > > > > Hi. > > > > Thanks

Re: Add small detail to RAISE statement descripton

2024-05-22 Thread Igor Gnatyuk
Hi. Thanks for the comments. I fixed my mistakes by specifying sqlcode instead of sqlstate and changed the phrase with an explicit listing of options in USING. In addition, I moved the paragraph with it below. Please check out the new patch version in the attachment. Regards, Igor Gnatyuk вс

Re: Add small detail to RAISE statement descripton

2024-05-17 Thread Igor Gnatyuk
Hi. Thank you for your letter. I tried to take your comments into account: I added explanations to the condition_name, sqlstate options and slightly changed the explanations for USING. Attached you will find new patch version. Thank you for your help. Ragards, Igor Gnatyuk ср, 15 мая 2024 г. в

Add small detail to RAISE statement descripton

2024-05-14 Thread Igor Gnatyuk
error report by writing USING followed by option = expression items..." It should, apparently, be like this: "...option { = | := } expression..." The patch corrects this little omission. Attached: fix_doc_raise.patch Regards, Igor Gnatyuk diff --git a/doc/src/sgml/plpgsql