OSDN Git Service

Change pg_stat_all_tables and sister views to put the recently-added
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Nov 2006 21:18:42 +0000 (21:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Nov 2006 21:18:42 +0000 (21:18 +0000)
commit988a87a03a28146f9a106250e92aa73c43ed8f78
tree9bcb8b09ad61e839cde7636ab0c38ea7455678b5
parent2822c7c0fce20db579c0ae7042529a418ff41d48
Change pg_stat_all_tables and sister views to put the recently-added
vacuum/analyze timestamp columns at the end, rather than at a random
spot in the middle as in the original patch.  This was deemed more usable
as well as less likely to break existing application code.  initdb forced
accordingly.  In passing, remove former kluge for initializing
pg_stat_file()'s pg_proc entry --- bootstrap mode was fixed recently
so that this can be done without any hacks, but I overlooked this usage.
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/utils/adt/genfile.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/test/regress/expected/rules.out