From cad86e591368eccdce3270f3d4b99776d08c5c47 Mon Sep 17 00:00:00 2001 From: tanghy Date: Sat, 8 May 2021 00:14:50 +0900 Subject: [PATCH] Using current version in Using EXPLAIN Doc diff --git a/doc/src/sgml/perform.sgml b/doc/src/sgml/perform.sgml index 89ff58338e..d8d7b14301 100644 --- a/doc/src/sgml/perform.sgml +++ b/doc/src/sgml/perform.sgml @@ -39,7 +39,7 @@ Examples in this section are drawn from the regression test database - after doing a VACUUM ANALYZE, using 9.3 development sources. + after doing a VACUUM ANALYZE, using &version; development sources. You should be able to get similar results if you try the examples yourself, but your estimated costs and row counts might vary slightly because ANALYZE's statistics are random samples rather -- 2.30.0.windows.2