Re: [GENERAL] db_restore and xml data

2009-03-01 Thread Shahbaz A. Tyagi
: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

Re: [GENERAL] db_restore and xml data

2009-03-01 Thread Peter Eisentraut
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

[GENERAL] db_restore and xml data

2009-02-27 Thread Enrico Sirola
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),