| From: | Ramanarayana <raam(dot)soft(at)gmail(dot)com> |
|---|---|
| To: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
| Cc: | Chapman Flack <chap(at)anastigmatix(dot)net>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Markus Winand <markus(dot)winand(at)winand(dot)at>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
| Subject: | Re: House style for DocBook documentation? |
| Date: | 2019-03-01 12:15:51 |
| Message-ID: | CAKm4Xs57cROUiZDYp3XY7+Nc84=VQQ0J_dSFdWhoM8Ps6z4=_Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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>&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>&deep</n2>post</e>+
Regards,
Ram
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Matsumura, Ryo | 2019-03-01 12:30:01 | RE: SQL statement PREPARE does not work in ECPG |
| Previous Message | Michael Meskes | 2019-03-01 11:41:36 | Re: SQL statement PREPARE does not work in ECPG |