Re: House style for DocBook documentation? - Mailing list pgsql-hackers

From Ramanarayana
Subject Re: House style for DocBook documentation?
Date
Msg-id CAKm4Xs57cROUiZDYp3XY7+Nc84=VQQ0J_dSFdWhoM8Ps6z4=_Q@mail.gmail.com
Whole thread Raw
In response to Re: House style for DocBook documentation?  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: PostgreSQL vs SQL/XML Standards
List pgsql-hackers
Hi,
I have tested bug fixes provided by all the patches. They are working great. I found one minor issue 

 select * from xmltable('*' PASSING '<e>pre<!--c1--><?pi arg?><![CDATA[&ent1]]><n2>&amp;deep</n2>post</e>' COLUMNS x XML PATH '/');

The above query returns the xml. But there is an extra plus symbol at the end

<e>pre<!--c1--><?pi arg?><![CDATA[&ent1]]><n2>&amp;deep</n2>post</e>+

Regards,
Ram

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: SQL statement PREPARE does not work in ECPG
Next
From: "Matsumura, Ryo"
Date:
Subject: RE: SQL statement PREPARE does not work in ECPG