From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/postgres-fdw.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/html/postgres-fdw.html') diff --git a/doc/src/sgml/html/postgres-fdw.html b/doc/src/sgml/html/postgres-fdw.html index 746d281..000587c 100644 --- a/doc/src/sgml/html/postgres-fdw.html +++ b/doc/src/sgml/html/postgres-fdw.html @@ -1,7 +1,7 @@ F.38. postgres_fdw — access data stored in external PostgreSQL servers

F.38. postgres_fdw — + serversPrev UpAppendix F. Additional Supplied Modules and ExtensionsHome Next

F.38. postgres_fdw — access data stored in external PostgreSQL servers #

The postgres_fdw module provides the foreign-data wrapper @@ -202,7 +202,7 @@ OPTIONS (ADD password_required 'false');

The following option controls how such an ANALYZE operation behaves: -

analyze_sampling (text)

+

analyze_sampling (string)

This option, which can be specified for a foreign table or a foreign server, determines if ANALYZE on a foreign table samples the data on the remote side, or reads and transfers all data @@ -714,4 +714,4 @@ CREATE FOREIGN TABLE foreign_table ( preferable to constructing foreign table definitions manually.

F.38.10. Author #

Shigeru Hanada -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3