CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/06/22 14:53:36
Modified files:
doc/src/sgml : perform.sgml
Log message:
Mention that EXPLAIN results on small tables shouldn't be extrapolated
to large tables. Recommend ANALYZE or VACUUM ANALYZE after populating
a table.