postgresql/src
Daniel Gustafsson 526fe0d799 Add XMLText function (SQL/XML X038)
This function implements the standard XMLTest function, which
converts text into xml text nodes. It uses the libxml2 function
xmlEncodeSpecialChars to escape predefined entities (&"<>), so
that those do not cause any conflict when concatenating the text
node output with existing xml documents.

This also adds a note in  features.sgml about not supporting
XML(SEQUENCE). The SQL specification defines a RETURNING clause
to a set of XML functions, where RETURNING CONTENT or RETURNING
SEQUENCE can be defined. Since PostgreSQL doesn't support
XML(SEQUENCE) all of these functions operate with an
implicit RETURNING CONTENT.

Author: Jim Jones <jim.jones@uni-muenster.de>
Reviewed-by: Vik Fearing <vik@postgresfriends.org>
Discussion: https://postgr.es/m/86617a66-ec95-581f-8d54-08059cca8885@uni-muenster.de
2023-11-06 09:38:29 +01:00
..
backend Add XMLText function (SQL/XML X038) 2023-11-06 09:38:29 +01:00
bin pg_resetwal: Add more tests and test coverage 2023-11-06 09:16:00 +01:00
common More consistent behavior of GetDataDirectoryCreatePerm on Windows 2023-11-05 21:59:04 +01:00
fe_utils Don't spuriously report FD_SETSIZE exhaustion on Windows. 2023-10-14 15:54:46 -07:00
include Add XMLText function (SQL/XML X038) 2023-11-06 09:38:29 +01:00
interfaces Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
makefiles
pl Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
port Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
template
test Add XMLText function (SQL/XML X038) 2023-11-06 09:38:29 +01:00
timezone Remove PHOT from our default timezone abbreviations list. 2023-10-28 11:54:40 -04:00
tools Try again to fix the MSVC build 2023-11-04 15:41:16 +13:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Suppress macOS warnings about duplicate libraries in link commands. 2023-09-29 14:07:30 -04:00
Makefile.shlib Stop using "-multiply_defined suppress" on macOS. 2023-09-26 21:06:21 -04:00
meson.build
nls-global.mk