agora inbox for pgsql-committers@postgresql.org  
help / color / mirror / Atom feed
pgsql: Make property graph object descriptions better translatable
2+ messages / 1 participants
[nested] [flat]

* pgsql: Make property graph object descriptions better translatable
@ 2026-07-03 21:51 Peter Eisentraut <peter@eisentraut.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Peter Eisentraut @ 2026-07-03 21:51 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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...

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e0ff7fd9aa2e6f77c38825e71200ced742220d55

Modified Files
--------------
src/backend/catalog/objectaddress.c | 45 ++++++++++++++++++++++++-------------
1 file changed, 29 insertions(+), 16 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* pgsql: Make property graph object descriptions better translatable
@ 2026-07-03 21:51 Peter Eisentraut <peter@eisentraut.org>
  0 siblings, 0 replies; 2+ messages in thread

From: Peter Eisentraut @ 2026-07-03 21:51 UTC (permalink / raw)
  To: pgsql-committers@lists.postgresql.org

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...

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d86873683001a57b32e894a5ea06fd8f3cee254f

Modified Files
--------------
src/backend/catalog/objectaddress.c | 45 ++++++++++++++++++++++++-------------
1 file changed, 29 insertions(+), 16 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2026-07-03 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 21:51 pgsql: Make property graph object descriptions better translatable Peter Eisentraut <peter@eisentraut.org>
2026-07-03 21:51 pgsql: Make property graph object descriptions better translatable Peter Eisentraut <peter@eisentraut.org>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox