Thread
Commits
-
pg_createsubscriber: Rename option --socket-directory to --socketdir
- 83737ef89c69 17.0 landed
- c671e142bf4b 18.0 landed
-
make pg_createsubscriber option names more consistent
Peter Eisentraut <peter@eisentraut.org> — 2024-07-31T07:02:16Z
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.
-
RE: make pg_createsubscriber option names more consistent
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com> — 2024-07-31T09:15:28Z
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
-
Re: make pg_createsubscriber option names more consistent
Euler Taveira <euler@eulerto.com> — 2024-07-31T13:50:35Z
On Wed, Jul 31, 2024, at 4:02 AM, Peter Eisentraut wrote: > 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. WFM. -- Euler Taveira EDB https://www.enterprisedb.com/
-
Re: make pg_createsubscriber option names more consistent
Peter Eisentraut <peter@eisentraut.org> — 2024-08-01T10:32:14Z
On 31.07.24 11:15, Hayato Kuroda (Fujitsu) wrote: > 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? Committed with that change. Thanks.