Re: Adding comments to help understand psql hidden queries

Peter Eisentraut <peter@eisentraut.org>

From: Peter Eisentraut <peter@eisentraut.org>
To: David Christensen <david+pg@pgguru.net>, Greg Sabino Mullane <htamfids@gmail.com>
Cc: Jim Jones <jim.jones@uni-muenster.de>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-04-04T14:31:58Z
Lists: pgsql-hackers
On 03.04.24 19:16, David Christensen wrote:
> I removed _() in the output of the query/stars since there'd be no
> sensible existing translations for the constructed string, which
> included the query string itself.  If we need it for the "QUERY"
> string, this could be added fairly easily, but the existing piece
> would have been nonsensical and never used in practice.

"QUERY" is currently translated.  Your patch loses that.




Commits

  1. Add labels to help make psql's hidden queries more understandable.