Re: XML - DOCTYPE element - documentation suggestion

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
Cc: GENERAL <pgsql-general(at)postgresql(dot)org>
Subject: Re: XML - DOCTYPE element - documentation suggestion
Date: 2010-06-29 00:05:04
Message-ID: 1277769904.27966.4.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On fre, 2010-06-18 at 02:43 +0800, Craig Ringer wrote:
> The xml datatype documentation should probably mention that whole
> documents must be loaded with an XMLPARSE(DOCUMENT 'doc_text_here),
> they
> cannot just be cast from text to xml as happens when you pass an xml
> document as text to a parameter during an INSERT. This should probably
> appear under "CREATING XML VALUES" in:
>
> http://www.postgresql.org/docs/current/static/datatype-xml.html
>
> ... and probably deserves mention in a new "CAVEATS" or "NOTES"
> section
> too, as it' *will* catch people out even if they R TFM.

Done

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vibhor Kumar 2010-06-29 00:40:28 Re: postgres user password: Log on failure
Previous Message Bruce Momjian 2010-06-28 22:36:10 Re: The case of PostgreSQL on NFS Server