Fix pg_indexes view so that it shows the index's tablespace not the
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2004 17:24:41 +0000 (17:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2004 17:24:41 +0000 (17:24 +0000)
commite5d30091e6059328877969acd099e23899b6afd3
tree8d2e4ffb7b9043688f8250752ff4864cf4ba0560
parent5340a988c84f704a8214bff2e0c7f14da2d59130
Fix pg_indexes view so that it shows the index's tablespace not the
parent table's tablespace, as per gripe from Michael Kleiser.  Choose
a more plausible column order for this view and pg_tables.  Update
documentation of these views, which was missed in original patch.
doc/src/sgml/catalogs.sgml
src/backend/catalog/system_views.sql
src/include/catalog/catversion.h
src/test/regress/expected/rules.out