Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4c726d5

Browse files
committed
After conferencing again with Bruce, put in more accurate XML error message.
1 parent5412c72 commit4c726d5

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

‎src/backend/utils/adt/xml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
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 $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -123,7 +123,7 @@ static void SPI_sql_row_to_xmlelement(int rownum, StringInfo result,
123123
ereport(ERROR, \
124124
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED), \
125125
errmsg("unsupported XML feature"), \
126-
errdetail("This functionality requires libxml."), \
126+
errdetail("This functionality requiresthe server to be built withlibxml support."), \
127127
errhint("You need to rebuild PostgreSQL using --with-libxml.")))
128128

129129

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp