Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Naylor2024-01-11 01:58:18 +0000
committerJohn Naylor2024-01-11 01:58:18 +0000
commitf7f694b21400b14696dd8e85747dcef845e959ff (patch)
tree43073e87f140d6580bc2f4c1bb5f5d1653c24c1e /doc/src/sgml/postgres-fdw.sgml
parentb83747a8a65b6c4b7b9afea4e50b00cb0cd64ee5 (diff)
Update documentation of default fdw_tuple_cost
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
Diffstat (limited to 'doc/src/sgml/postgres-fdw.sgml')
-rw-r--r--doc/src/sgml/postgres-fdw.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres-fdw.sgml b/doc/src/sgml/postgres-fdw.sgml
index 2ba96aa2957..3c54a26c9ab 100644
--- a/doc/src/sgml/postgres-fdw.sgml
+++ b/doc/src/sgml/postgres-fdw.sgml
@@ -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>