diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-09-12 00:18:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-09-12 00:18:14 +0000 |
commit | b2711a0aee509af9420a2e6e005739e8da3ce606 (patch) | |
tree | db181641e3bb8887f599216843d34714dcf8df5e /src/tutorial/basics.source | |
parent | 5dd74c0f213e07d378066f0284f8807959b069e1 (diff) | |
download | postgresql-b2711a0aee509af9420a2e6e005739e8da3ce606.tar.gz postgresql-b2711a0aee509af9420a2e6e005739e8da3ce606.zip |
> 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
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions