Make property graph object descriptions better translatable

Peter Eisentraut <peter@eisentraut.org>

Commit: e0ff7fd9aa2e6f77c38825e71200ced742220d55
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2026-07-03T21:46:19Z
Releases: master
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

Files

PathChange+/−
src/backend/catalog/objectaddress.c modified +29 −16

Discussion