]> 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:46:19 +0000 (23:46 +0200)
commite0ff7fd9aa2e6f77c38825e71200ced742220d55
tree2c93d62f8faf4773106cdb7acf89854b688d13d3
parentb82d69abf64fc0c2fc6fdd491d7cecb8244680c2
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