aboutsummaryrefslogtreecommitdiff
path: root/src/tutorial
diff options
context:
space:
mode:
authorDean Rasheed <dean.a.rasheed@gmail.com>2025-01-12 12:56:52 +0000
committerDean Rasheed <dean.a.rasheed@gmail.com>2025-01-12 12:56:52 +0000
commit61b12135f5b71df3721e8f13eab812b38c0de11f (patch)
tree391dbb7bf07b193803558973e2a962d17725a134 /src/tutorial
parente98df02df3f2463771b0f008832023cc609c49b2 (diff)
downloadpostgresql-61b12135f5b71df3721e8f13eab812b38c0de11f.tar.gz
postgresql-61b12135f5b71df3721e8f13eab812b38c0de11f.zip
Fix XMLTABLE() deparsing to quote namespace names if necessary.
When deparsing an XMLTABLE() expression, XML namespace names were not quoted. However, since they are parsed as ColLabel tokens, some names require double quotes to ensure that they are properly interpreted. Fix by using quote_identifier() in the deparsing code. Back-patch to all supported versions. Dean Rasheed, reviewed by Tom Lane. Discussion: https://postgr.es/m/CAEZATCXTpAS%3DncfLNTZ7YS6O5puHeLg_SUYAit%2Bcs7wsrd9Msg%40mail.gmail.com
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions