Re: Add small detail to RAISE statement descripton
Igor Gnatyuk <ig953or@gmail.com>
From: Igor Gnatyuk <ig953or@gmail.com>
To: jian he <jian.universality@gmail.com>
Cc: pgsql-docs@lists.postgresql.org
Date: 2024-05-22T15:34:51Z
Lists: pgsql-docs
Attachments
- fix_doc_raise_v3-bis.patch (text/x-patch) patch v3
Hi, thanks for the response and for your corrections to the patch. But I checked my changes by running make html, make postgres-A4.pdf, make postgres-US.pdf and viewing the results: everything is OK. Message 'old mode 100644 new mode 100755' this means, imho, that access rights were 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 <jian.universality@gmail.com>: > > On Wed, May 22, 2024 at 4:18 PM Igor Gnatyuk <ig953or@gmail.com> wrote: > > > > 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. > > > > after git apply > > jian@jian:~/Desktop/pg_src/src7/postgres$ git apply > $PATCHES/fix_doc_raise_v3.patch > jian@jian:~/Desktop/pg_src/src7/postgres$ git diff > diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml > old mode 100644 > new mode 100755 > > ----------------- > i guess, that means your patch (fix_doc_raise_v3) has some structural problem. > > so I wrote it based on fix_doc_raise_v2.patch. > please check attached. > > > Feel free to change it.
Commits
-
Doc: improve description of plpgsql's RAISE command.
- 56c6be57af6b 18.0 landed