Thx
@Pavel Stehule, I’ll see if I can figure this out…
☺ Regards, Garfield From: Pavel Stehule <pavel.stehule@xxxxxxxxx> Hi pá 24. 9. 2021 v 23:44 odesílatel Garfield Lewis <garfield.lewis@xxxxxxxxxx> napsal:
I am afraid this is not supported in Postgres. The XMLNAMESPACE clause can be used only in XMLTABLE function. You need to make XML and in the next step you need to modify it as string with string operation. It can be an interesting feature, and if it is supported by libxml2, then it can be easily implemented. But at this moment it is unsupported, and you have to use string operations - it should not be hard to use regexp. Regards Pavel
|