XML escape character import in postgres



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 &lt ; . how to solve this problem knowing that i want to insert < instead of &lt ; 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