From: | "Brandon Aiken" <BAiken(at)winemantech(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: how to store whole XML file in database |
Date: | 2007-02-12 18:38:43 |
Message-ID: | F8E84F0F56445B4CB39E019EF67DACBA48B946@exchsrvr.winemantech.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)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.
From | Date | Subject | |
---|---|---|---|
Next Message | Bill Moseley | 2007-02-12 18:43:39 | Re: Adjacency List or Nested Sets to model file system hierarchy? |
Previous Message | Andrew J. Kopciuch | 2007-02-12 18:31:06 | Re: Service startup - troubleshooting |