pgsql-server/src/bin/scripts clusterdb

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/scripts clusterdb
Date: 2002-09-12 00:18:15
Message-ID: 20020912001815.0A1B34761C4@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)postgresql(dot)org 02/09/11 20:18:15

Modified files:
src/bin/scripts: clusterdb

Log message:
> 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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-09-12 00:19:44 pgsql-server/contrib/tablefunc tablefunc.c
Previous Message Bruce Momjian - CVS 2002-09-12 00:15:33 pgsql-server/contrib/intarray _int.c