To start this off: Yes, I've read this post regarding OpenXML and postgres.
Is this still the case 6 years later?
If so, my company is converting from MS SQL Server to Postgres, with A LOT of stored procedures, many of which really rely on the OpenXML. It seems pretty cumbersome to have to write out a
xpath()for every possible thing would would like to retrieve from our XML. Is there any recommendations you have to go about this conversion? An better alternative toxpath()that I haven't seen, yet?
Thanks!