From f7f694b21400b14696dd8e85747dcef845e959ff Mon Sep 17 00:00:00 2001
From: John Naylor
Date: Thu, 11 Jan 2024 08:58:18 +0700
Subject: 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
---
doc/src/sgml/postgres-fdw.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/src/sgml/postgres-fdw.sgml')
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 0.01.
+ The default value is 0.2.
--
cgit v1.2.3