
pg_ctl
List of commands for pg_ctl:
-
pg_ctl:tldr:21690 pg_ctl: Restart a PostgreSQL server.$ pg_ctl -D ${data_directory} restarttry on your machineexplain this command
-
pg_ctl:tldr:747ce pg_ctl: Initialize a new PostgreSQL database cluster.$ pg_ctl -D ${data_directory} inittry on your machineexplain this command
-
pg_ctl:tldr:8661f pg_ctl: Start a PostgreSQL server.$ pg_ctl -D ${data_directory} starttry on your machineexplain this command
-
pg_ctl:tldr:92f96 pg_ctl: Reload the PostgreSQL server configuration.$ pg_ctl -D ${data_directory} reloadtry on your machineexplain this command