pgsql: doc: Fix datatype for postgres_fdw option

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix datatype for postgres_fdw option
Date: 2024-03-04 09:59:58
Message-ID: E1rh56z-0021Bw-Vp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)Kato(at)oss(dot)nttdata(dot)com>
Reviewed-by: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Discussion: https://postgr.es/m/7fd9166b9fda267411793f39986d7f24@oss.nttdata.com
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Dean Rasheed 2024-03-04 10:51:26 pgsql: Fix doc omission for MERGE into updatable views.
Previous Message Daniel Gustafsson 2024-03-04 09:59:22 pgsql: doc: Fix datatype for postgres_fdw option