diff --git a/doc/src/sgml/ref/postmaster.sgml b/doc/src/sgml/ref/postmaster.sgml index 0c2149e63b..0d2a7e93dd 100644 --- a/doc/src/sgml/ref/postmaster.sgml +++ b/doc/src/sgml/ref/postmaster.sgml @@ -1,5 +1,5 @@ @@ -145,7 +145,13 @@ PostgreSQL documentation Disables fsync calls for performance improvement, at the risk of data corruption in event of a - system crash. Read the detailed documentation before using this! + system crash. This parameter corresponds to setting + fsync=false in postgresql.conf. Read the detailed + documentation before using this! + + + has the opposite effect + of this option. @@ -169,7 +175,12 @@ PostgreSQL documentation Allows clients to connect via TCP/IP (Internet domain) connections. Without this option, only local Unix domain - socket connections are accepted. + socket connections are accepted. This option corresponds + to setting tcpip_socket=true in postgresql.conf. + + + has the opposite + effect of this option. @@ -260,6 +271,10 @@ PostgreSQL documentation to troubleshoot problems. See below for a better way to start the postmaster in the background. + + has the opposite effect + of this option. +