Move clusterIndex() to Postgres.php and drop Analyze from it. Add doReindex() + let...
authorsoranzo <soranzo>
Wed, 19 May 2004 01:28:34 +0000 (01:28 +0000)
committersoranzo <soranzo>
Wed, 19 May 2004 01:28:34 +0000 (01:28 +0000)
commit7df25eb679f36f1d730ccba14e0d9da43fd3e5db
tree653a5ff7ea283d02036f7a8edd8b0e1fa4f75b7b
parent23c544f93acec7f3a057976c5f8afdb535f5fd4b
Move clusterIndex() to Postgres.php and drop Analyze from it. Add doReindex() + let doClusterIndex also 7.0-7.2 (only can't be seen if the index is clustered) in constraints.php and indexes.php . Really add Recluster (for >= 7.4), Reindex, Full and Freeze Vacuum (for >=7.2) in database classes and in database.php. Additional check in getLinkingKeys(). Typo fixes.
classes/database/BaseDB.php
classes/database/Postgres.php
classes/database/Postgres72.php
classes/database/Postgres73.php
classes/database/Postgres74.php
constraints.php
database.php
indexes.php