-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pg_ctl


> Utility for controlling a PostgreSQL server and database cluster.

More information.


Initialize a new PostgreSQL database cluster:

pg_ctl -D {data_directory} init

Start a PostgreSQL server:

pg_ctl -D {data_directory} start

Stop a PostgreSQL server:

pg_ctl -D {data_directory} stop

Restart a PostgreSQL server:

pg_ctl -D {data_directory} restart

Reload the PostgreSQL server configuration:

pg_ctl -D {data_directory} reload


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 17:45:03 2024