Re: [GENERAL] For storing XML version in our table.

2016-07-22 Thread Charles Clavadetscher
> From: pgsql-general-ow...@postgresql.org > [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of zubair alam > Sent: Mittwoch, 20. Juli 2016 09:09 > To: pgsql-general@postgresql.org > Subject: [GENERAL] For storing XML version in our table. Hi How i can store my xml

Re: [GENERAL] For storing XML version in our table.

2016-07-21 Thread David G. Johnston
On Wed, Jul 20, 2016 at 3:09 AM, zubair alam wrote: > Hi > How i can store my xml data with their version in postgres database > table. > Works on 9.5...though it doesn't seem to validate the provided value, just stores it. ​SELECT E'\nHi'::xml::text; SELECT E'\nHi'::xml::text; CREATE TA

[GENERAL] For storing XML version in our table.

2016-07-21 Thread zubair alam
Hi How i can store my xml data with their version in postgres database table.