Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

404 B

Using pg_ctl

pg_ctl is a command-line utility that enables you to manage a PostgreSQL database server. With pg_ctl, you can start, stop, and restart the PostgreSQL service, among other tasks.

Learn more from the following resources: