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