Name
pg_ctl -- Initialize, start, stop, or control a PostgreSQL server
Synopsis
pg_ctl start [-D datadir] [-l filename] [-W] [-t seconds] [-s] [-o options] [-p path] [-c] [--user-pin | --keystore-passphrase | --kms-secret]
pg_ctl restart [-D datadir] [-m s[mart] | f[ast] | i[mmediate] ] [-W] [-t seconds] [-s] [-o options] [-c] [--user-pin | --keystore-passphrase | --kms-secret]
Options
Prompts for a user pin to open a keystore.
Prompt for the passphrase to open the keystore.
Prompt for secret information to open the keystore.
See
Refer to "pg_ctl" in the PostgreSQL Documentation for details.