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.
Showing
- doc/src/sgml/catalogs.sgml 13 additions, 1 deletiondoc/src/sgml/catalogs.sgml
- src/backend/catalog/system_views.sql 5 additions, 5 deletionssrc/backend/catalog/system_views.sql
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/test/regress/expected/rules.out 2 additions, 2 deletionssrc/test/regress/expected/rules.out
Loading
Please register or sign in to comment