Re: patch: function xmltable
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Craig Ringer <craig@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2016-11-18T20:53:56Z
Lists: pgsql-hackers
Pavel Stehule wrote: > 2016-11-17 19:22 GMT+01:00 Alvaro Herrera <alvherre@2ndquadrant.com>: > > > Next, looking at struct TableExprBuilder I noticed that the comments are > > already obsolete, as they talk about function params that do not exist > > (missing_columns) and they fail to mention the ones that do exist. > > Also, function member SetContent is not documented at all. Overall, > > these comments do not convey a lot -- apparently, whoever reads them is > > already supposed to know how it works: "xyz sets a row generating > > filter" doesn't tell me anything. Since this is API documentation, it > > needs to be much clearer. > > > > ExecEvalTableExpr and ExecEvalTableExprProtected have no comments > > whatsoever. Needs fixed. > > I am sending the patch with more comments - but it needs a care someone > with good English skills. Thanks, I can help with that. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Support XMLTABLE query expression
- fcec6caafa23 10.0 landed
-
Create <sect3> in the functions-xml section
- 4461a9bfd1ac 10.0 landed
-
Improve handling of "UPDATE ... SET (column_list) = row_constructor".
- 906bfcad7ba7 10.0 cited
-
Add xmlexists function
- 641459f26954 9.1.0 cited