|
7 | 7 | * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.52 2007/11/0813:12:56 petere Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.53 2007/11/0815:16:45 petere Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -123,7 +123,7 @@ static void SPI_sql_row_to_xmlelement(int rownum, StringInfo result, |
123 | 123 | ereport(ERROR, \ |
124 | 124 | (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), \ |
125 | 125 | errmsg("unsupported XML feature"), \ |
126 | | - errdetail("This functionality requires libxml."), \ |
| 126 | + errdetail("This functionality requiresthe server to be built withlibxml support."), \ |
127 | 127 | errhint("You need to rebuild PostgreSQL using --with-libxml."))) |
128 | 128 |
|
129 | 129 |
|
|