Tom Lane wrote: > Greg Smith <[email protected]> writes: > > The introduction to using EXPLAIN: > > http://developer.postgresql.org/pgdocs/postgres/using-explain.html > > includes a footnote at the bottom suggesting you might follow along with > > these examples because they come from the regression test database. > > This would really be a lot more useful if it gave some sort of clue just > > how exactly a user might get that database populated with that > > regression data. > > You run the regression tests.
FYI, I think you have to run 'installcheck' so the database remains after the regression tests. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
