PostgreSQL
20.18. Short Options
For convenience there are also single letter command-line option switches available for some parameters. They are described in Table 20.4. Some of these options exist for historical reasons, and their presence as a single-letter option does not necessarily indicate an endorsement to use the option heavily.
Table 20.4. Short Option Key
Short Option | Equivalent |
---|---|
`-B +`_`+x`_ |
`shared_buffers = +`_`+x`_ |
`-d +`_`+x`_ |
|
|
|
|
|
|
|
`-h +`_`+x`_ |
`listen_addresses = +`_`+x`_ |
|
|
`-k +`_`+x`_ |
`unix_socket_directories = +`_`+x`_ |
|
|
`-N +`_`+x`_ |
`max_connections = +`_`+x`_ |
|
|
`-p +`_`+x`_ |
`port = +`_`+x`_ |
|
|
|
|
`-S +`_`+x`_ |
`work_mem = +`_`+x`_ |
|
|
`-W +`_`+x`_ |
`post_auth_delay = +`_`+x`_ |
+
Prev | Up | Next |
---|---|---|
20.17. Developer Options |
Chapter 21. Client Authentication |
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2023 The PostgreSQL Global Development Group