1
0
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:
Peter Eisentraut
2021-05-12 07:20:10 +02:00
parent a363bc6da9
commit ec6e70c79f
4 changed files with 9 additions and 9 deletions

View File

@ -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 */