Re: [PERFORM] Related to Inserting into the database from XML file

2006-08-27 Thread soni de
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

Re: [PERFORM] Related to Inserting into the database from XML file

2006-08-27 Thread George Pavlov
> 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

Re: [PERFORM] Related to Inserting into the database from XML file

2006-08-25 Thread Jeff Davis
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 >