> BTW, clusterdb is not schema-aware and will surely fail in any database
authorBruce Momjian <bruce@momjian.us>
Thu, 12 Sep 2002 00:18:14 +0000 (00:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 12 Sep 2002 00:18:14 +0000 (00:18 +0000)
commitb2711a0aee509af9420a2e6e005739e8da3ce606
treedb181641e3bb8887f599216843d34714dcf8df5e
parent5dd74c0f213e07d378066f0284f8807959b069e1
> BTW, clusterdb is not schema-aware and will surely fail in any database
> where more than one schema is in use, because it doesn't trouble to
> schema-qualify table names.

Ok, the following patch should solve this concern.  It also tries to
connect as little times as possible (the previous one would connect one
time per table plus one per database; this one connects two times per
database).

Alvaro Herrera
src/bin/scripts/clusterdb