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 <[email protected]> Reviewed-by: Laurenz Albe <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: v16 Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/896bd6da8e2bfcf912cd8c2d4f07e4656b3f8155 Modified Files -------------- doc/src/sgml/postgres-fdw.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
