i am using postgres function to import xml data to postgres by the use of xpath. this data might contain xml escape character such that < ; . how to solve this problem knowing that i want to insert < instead of < ; in the database? java(jpa) is used call the function. so what i need is a java api or postgres function to transform this escape characters.
No comments:
Post a Comment