Re: [PATCH] Add XMLText function (SQL/XML X038)
Jim Jones <jim.jones@uni-muenster.de>
From: Jim Jones <jim.jones@uni-muenster.de>
To: Vik Fearing <vik@postgresfriends.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-08-25T12:42:35Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-XMLText-function-SQL-XML-X038.patch (text/x-patch) patch v3-0001
Hi Vik Thanks for reviewing my patch! On 25.08.23 12:05, Vik Fearing wrote: > I am replying to this email, but my comments are based on the v2 patch. > > Thank you for working on this, and I think this is a valuable > addition. However, I have two issues with it. > > 1) There seems to be several spurious blank lines added that I do not > think are warranted. I tried to copy the aesthetics of other functions, but it seems I failed :) I removed a few blank lines. I hope it's fine now. Is there any tool like pgindent to take care of it automatically? > > 2) This patch does nothing to address the <XML returning clause> so we > can't claim to implement X038 without a disclaimer. Upon further > review, the same is true of XMLCOMMENT() so maybe that is okay for > this patch, and a more comprehensive patch for our xml features is > necessary. If we decide to not address this point here, I can take a look at it and work in a separated patch. v3 attached. Thanks Jim
Commits
-
Add XMLText function (SQL/XML X038)
- 526fe0d79914 17.0 landed