~ubuntu-branches/ubuntu/trusty/postgresql-8.4/trusty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

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.