:06 PM
To: pgsql-general@postgresql.org
Cc: Enrico Sirola
Subject: Re: [GENERAL] db_restore and xml data
On Friday 27 February 2009 19:09:57 Enrico Sirola wrote:
> Hello,
> I have a pgsql database hosting xml data in xml columns. The data,
> have declarations at the beginning, so it is s
On Friday 27 February 2009 19:09:57 Enrico Sirola wrote:
> Hello,
> I have a pgsql database hosting xml data in xml columns. The data,
> have declarations at the beginning, so it is saved with
>
> XMLPARSE (DOCUMENT )
>
> when I try to restore a database from dump, pg_restore complains
> because t
Hello,
I have a pgsql database hosting xml data in xml columns. The data,
have declarations at the beginning, so it is saved with
XMLPARSE (DOCUMENT )
when I try to restore a database from dump, pg_restore complains
because the data it tries to restore is not an xml content
(correctly),