~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-security

« back to all changes in this revision

Viewing changes to src/test/regress/expected/xml_1.out

Tags: upstream-8.4.0
ImportĀ upstreamĀ versionĀ 8.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
ERROR:  unsupported XML feature
161
161
DETAIL:  This functionality requires the server to be built with libxml support.
162
162
HINT:  You need to rebuild PostgreSQL using --with-libxml.
 
163
SELECT xmlelement(name foo, xmlattributes('<>&"''' as funny, xml 'b<a/>r' as funnier));
 
164
ERROR:  unsupported XML feature
 
165
DETAIL:  This functionality requires the server to be built with libxml support.
 
166
HINT:  You need to rebuild PostgreSQL using --with-libxml.
163
167
SELECT xmlparse(content 'abc');
164
168
ERROR:  unsupported XML feature
165
169
DETAIL:  This functionality requires the server to be built with libxml support.