6 Articles tagged “plpgsql”

The problem was raised this week on IRC and this time again I felt it would be a good occasion for a blog entry: how to load an XML file content into a single field? The usual tool used to import files is COPY, but it’ll want each line of the file to host a text representation of a database tuple, so it doesn’t apply to the case at hand. RhodiumToad was online and offered the following code to solve the problem:


Dimitri Fontaine

PostgreSQL Major Contributor

Open Source Software Engineer

France