|
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.51 2007/11/06 03:06:28 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.52 2007/11/08 13:12:56 petere Exp $ |
11 | 11 | *
|
12 | 12 | *-------------------------------------------------------------------------
|
13 | 13 | */
|
@@ -123,8 +123,8 @@ 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 support."), \ |
127 |
| - errhint("You need tore-compile PostgreSQL using --with-libxml."))) |
| 126 | + errdetail("This functionality requires libxml."), \ |
| 127 | + errhint("You need torebuild PostgreSQL using --with-libxml."))) |
128 | 128 |
|
129 | 129 |
|
130 | 130 | #define_textin(str) DirectFunctionCall1(textin, CStringGetDatum(str))
|
|