RE: make pg_createsubscriber option names more consistent
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: 'Peter Eisentraut' <peter@eisentraut.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-07-31T09:15:28Z
Lists: pgsql-hackers
Dear Peter, > I propose to rename the pg_createsubscriber option --socket-directory to > --socketdir. This would make it match the equivalent option in > pg_upgrade. (It even has the same short option '-s'.) > pg_createsubscriber and pg_upgrade have a lot of common terminology and > a similar operating mode, so it would make sense to keep this consistent. +1. If so, should we say "default current dir." instead of "default current directory" in usage() because pg_upgrade says like that? Best regards, Hayato Kuroda FUJITSU LIMITED
Commits
-
pg_createsubscriber: Rename option --socket-directory to --socketdir
- 83737ef89c69 17.0 landed
- c671e142bf4b 18.0 landed