Re: how to store whole XML file in database

From: Richard Huxton <dev(at)archonet(dot)com>
To: Brandon Aiken <BAiken(at)winemantech(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to store whole XML file in database
Date: 2007-02-12 18:45:46
Message-ID: 45D0B5DA.30801@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Brandon Aiken wrote:
> You'll have to escape any quotation marks or your SQL will not parse
> your strings correctly.

And you have to do this for all your data, not just XML. Otherwise the
first Mr. O'Malley you have a record for will break your application.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moseley 2007-02-12 19:04:10 Re: Adjacency List or Nested Sets to model file system hierarchy?
Previous Message Bill Moseley 2007-02-12 18:43:39 Re: Adjacency List or Nested Sets to model file system hierarchy?