]> granicus.if.org Git - postgresql/commit
Make REINDEX DATABASE do what one would expect, namely reindex all indexes
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Jun 2005 21:14:31 +0000 (21:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Jun 2005 21:14:31 +0000 (21:14 +0000)
commit4cc7a93d220644ae068ce2639b961db6764a68f6
tree85002f8f6887221d98d16dcbdc120246baf6b090
parente98edb5555de0197ba4ffc99b4f3db134c99a86f
Make REINDEX DATABASE do what one would expect, namely reindex all indexes
in the database.  The old behavior (reindex system catalogs only) is now
available as REINDEX SYSTEM.  I did not add the complementary REINDEX USER
case since there did not seem to be consensus for this, but it would be
trivial to add later.  Per recent discussions.
12 files changed:
doc/src/sgml/maintenance.sgml
doc/src/sgml/ref/reindex.sgml
src/backend/commands/indexcmds.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/backend/parser/keywords.c
src/backend/tcop/utility.c
src/bin/psql/common.c
src/bin/psql/tab-complete.c
src/include/commands/defrem.h
src/include/nodes/parsenodes.h