On Thu, Jan 5, 2023 at 07:05:02PM +0000, Daniel Westermann (DWE) wrote:
> Hi,
>
> do we really want to reference version 8.3 in current docs?
> https://www.postgresql.org/docs/current/row-estimation-examples.html -> "The
> outputs shown are taken from version 8.3"
>
> The examples seem to be more or less fine,.
Agreed. Removed in the attached applied patch.
--
Bruce Momjian <[email protected]> https://momjian.us
EDB https://enterprisedb.com
Only you can decide what is important to you.
diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml
index d2b84b301f..43ad57253e 100644
--- a/doc/src/sgml/planstats.sgml
+++ b/doc/src/sgml/planstats.sgml
@@ -30,8 +30,6 @@
<para>
The examples shown below use tables in the <productname>PostgreSQL</productname>
regression test database.
- The outputs shown are taken from version 8.3.
- The behavior of earlier (or later) versions might vary.
Note also that since <command>ANALYZE</command> uses random sampling
while producing statistics, the results will change slightly after
any new <command>ANALYZE</command>.