I am little bit confused between whether to insert XML file as it is or insert data from the XML file in to a particular field from the table.
I will decided it depending upon the performance factor
For storing the XML file as it is, will there be any performance cause if compared to storing va
> On Fri, 2006-08-25 at 21:23 +0530, soni de wrote:
> > Hello,
> >
> > I want to ask, Is there any way to insert records from XML
> > file to the postgres database?
>
> Try the contrib/xml2 module.
Alas, that module will not help you much with the insertion of records.
It is more about queryin
On Fri, 2006-08-25 at 21:23 +0530, soni de wrote:
> Hello,
>
> I want to ask, Is there any way to insert records from XML file to the
> postgres database?
Try the contrib/xml2 module.
>
> Please provide me some help regarding above query.
>
> Postgres version which we are using is 7.2.4
>