> 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
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
Hi
How i can store my xml data with their version in postgres database
table.