aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2019-03-07 11:17:09 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2019-03-07 11:20:35 -0300
commiteaaa5986ad03f7871fa95878460e1132cb7e8963 (patch)
tree0442a48dd65e5f254bcfdc7f659e9d94b38a7aa4 /src/backend/executor/nodeModifyTable.c
parentcb706ec4b60b3dede957ffdd70451b017eddffb0 (diff)
downloadpostgresql-eaaa5986ad03f7871fa95878460e1132cb7e8963.tar.gz
postgresql-eaaa5986ad03f7871fa95878460e1132cb7e8963.zip
Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE
This clause is used to indicate the passing mode of a XML document, but we were doing it wrong: we accepted BY REF and ignored it, and rejected BY VALUE as a syntax error. The reality, however, is that documents are always passed BY VALUE, so rejecting that clause was silly. Change things so that we accept BY VALUE. BY REF continues to be accepted, and continues to be ignored. Author: Chapman Flack Reviewed-by: Pavel Stehule Discussion: https://postgr.es/m/5C297BB7.9070509@anastigmatix.net
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions