]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make property graph object descriptions better translatable
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 3 Jul 2026 21:32:20 +0000 (23:32 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 3 Jul 2026 21:40:37 +0000 (23:40 +0200)
commitd86873683001a57b32e894a5ea06fd8f3cee254f
tree90347678b76f033aecfb2d8027d915b61c0bcc14
parent5e450df50dc8e688abbad229f174f006cc550388
Make property graph object descriptions better translatable

getObjectDescription() currently constructs property graph-related
object descriptions incrementally with appendStringInfo().  This
effectively fixes the word order in English, which makes the messages
difficult to translate naturally into languages such as Japanese.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reviewed-by: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/20260528.121622.1662808269492494574.horikyota.ntt%40gmail.com
src/backend/catalog/objectaddress.c