aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-09-29 18:33:03 -0400
committerBruce Momjian <bruce@momjian.us>2023-09-29 18:33:03 -0400
commit0cfc231aa19d80b31e37422a968d51fa8bcb53a9 (patch)
treefa64a48de2fa9a3b0d27a592aec8995d294ad062
parent6d0c39a29309e5d7a6398e213190ae4f031061ab (diff)
downloadpostgresql-0cfc231aa19d80b31e37422a968d51fa8bcb53a9.tar.gz
postgresql-0cfc231aa19d80b31e37422a968d51fa8bcb53a9.zip
doc: remove PG version mention in EXPLAIN output
Reported-by: Daniel Westermann Discussion: https://postgr.es/m/GV0P278MB0419DF1A8673E8D17A6287FAD2FA9@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM Backpatch-through: master
-rw-r--r--doc/src/sgml/planstats.sgml2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/sgml/planstats.sgml b/doc/src/sgml/planstats.sgml
index d2b84b301f5..43ad57253ef 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>.