Re: how to store whole XML file in database - Mailing list pgsql-general

From Brandon Aiken
Subject Re: how to store whole XML file in database
Date
Msg-id F8E84F0F56445B4CB39E019EF67DACBA48B946@exchsrvr.winemantech.com
Whole thread Raw
In response to how to store whole XML file in database  ("deepak pal" <deepak.05pal@gmail.com>)
Responses Re: how to store whole XML file in database  (Richard Huxton <dev@archonet.com>)
List pgsql-general

You’ll have to escape any quotation marks or your SQL will not parse your strings correctly.

 

--

Brandon Aiken

CS/IT Systems Engineer


From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of deepak pal
Sent: Monday, February 12, 2007 4:07 AM
To: PostgreSQL - General
Subject: [GENERAL] how to store whole XML file in database

 

hi,,
       i have to insert whole xml file in database ,there is a text field for that.but it shows error  parse error where there are attribute ..plz help me out.

 


** LEGAL DISCLAIMER **
Statements made in this e-mail may or may not reflect the views and opinions of Wineman Technology, Inc. or its employees.

This e-mail message and any attachments may contain legally privileged, confidential or proprietary information. If you are not the intended recipient(s), or the employee or agent responsible for delivery of this message to the intended recipient(s), you are hereby notified that any dissemination, distribution or copying of this e-mail message is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete this e-mail message from your computer.

pgsql-general by date:

Previous
From: Tommy Gildseth
Date:
Subject: Re: how to store whole XML file in database
Next
From: Bill Moseley
Date:
Subject: Re: Adjacency List or Nested Sets to model file system hierarchy?