Re: pg_utility ?
Darafei Komяpa Praliaskouski <me@komzpa.net>
From: Darafei "Komяpa" Praliaskouski <me@komzpa.net>
To: Christoph Berg <myon@debian.org>
Cc: Andreas Karlsson <andreas@proxel.se>, Álvaro Herrera <alvherre@kurilemu.de>, Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-23T10:07:50Z
Lists: pgsql-hackers
On Sun, Nov 23, 2025 at 1:51 PM Christoph Berg <myon@debian.org> wrote: > Re: Darafei "Komяpa" Praliaskouski > > For the sake of simpler dictation over voice media when debugging over > > phone can we please have no underscore in the command, it adds an extra > > word to say. > > Simpler as in "oh no extra underscore after pg in this one, all the > other commands like pg_ctl, pg_basebackup and pg_dump have one, but > this one does not, please remove it"? :) > This is also true. Probably a perfect (but invasive) solution will be to reclaim `postgres` binary name as user command line entry point. So things can become `postgres server restart`, `postgres vacuum table`, `postgres cluster something`. If done in a pluggable manner others will be able to get under the same umbrella. Thanks, Darafei.