mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Refactor some error messages for easier translation
This commit is contained in:
@ -221,7 +221,7 @@ const TableFuncRoutine XmlTableRoutine =
|
||||
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED), \
|
||||
errmsg("unsupported XML feature"), \
|
||||
errdetail("This functionality requires the server to be built with libxml support."), \
|
||||
errhint("You need to rebuild PostgreSQL using --with-libxml.")))
|
||||
errhint("You need to rebuild PostgreSQL using %s.", "--with-libxml")))
|
||||
|
||||
|
||||
/* from SQL/XML:2008 section 4.9 */
|
||||
|
Reference in New Issue
Block a user