Update documentation of default fdw_tuple_cost
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 11 Jan 2024 01:58:18 +0000 (08:58 +0700)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 11 Jan 2024 01:58:18 +0000 (08:58 +0700)
Follow up to cac169d68

Umair Shahid

Reviewed by Richard Guo and Chris Travers

Discussion: https://postgr.es/m/CALVUYo9RECc5gwD%2B4SRM5Es%2Bbg9cpNfhd3_qUjf7kVTGyLpFJg%40mail.gmail.com

doc/src/sgml/postgres-fdw.sgml

index 2ba96aa2957b5979e4f2df80d90bd84bf6f5e8ab..3c54a26c9ab38b19879f23f6e853c5864c0846fc 100644 (file)
@@ -303,7 +303,7 @@ OPTIONS (ADD password_required 'false');
        scans on that server.  This represents the additional overhead of
        data transfer between servers.  You might increase or decrease this
        number to reflect higher or lower network delay to the remote server.
-       The default value is <literal>0.01</literal>.
+       The default value is <literal>0.2</literal>.
       </para>
      </listitem>
     </varlistentry>