There is no command pg_ctl reload in Postgresql 13 clusters

Started by PG Bug reporting formover 3 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/config-setting.html
Description:

Could you provide additional information about pg_ctlcluster command? On
postgrsql 13 clusters there is no pg_ctl reload.
So we should not use `pg_ctl reload` instead eg `pg_ctlcluster 13 main
reload` (after listing clusters with `pg_lsclusters`).

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PG Bug reporting form (#1)
Re: There is no command pg_ctl reload in Postgresql 13 clusters

PG Doc comments form <noreply@postgresql.org> writes:

Could you provide additional information about pg_ctlcluster command?

pg_ctlcluster is not part of the community Postgres code.
It is (I believe) added by the Debian packagers, so you'd
have to discuss the state of their documentation with them.

regards, tom lane