doc: Fix datatype for postgres_fdw option

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 0cf79a7f6801d3e69de6450d585e385a4064b057
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2024-03-04T09:52:19Z
Releases: 17.0
doc: Fix datatype for postgres_fdw option

The datatype for analyze_sampling had accidentally been set to text
and not string.  Backpatch to v16 where analyze_sampling first was
introduced.

Author: Shinya Kato <Shinya11.Kato@oss.nttdata.com>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: https://postgr.es/m/7fd9166b9fda267411793f39986d7f24@oss.nttdata.com
Backpatch-through: v16

Files

PathChange+/−
doc/src/sgml/postgres-fdw.sgml modified +1 −1

Documentation touched

Discussion