CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: [EMAIL PROTECTED] 03/10/02 19:24:55
Modified files:
src/backend/utils/adt: ruleutils.c
Log message:
When dumping CREATE INDEX, must show opclass name if the opclass isn't
in the schema search path. Otherwise pg_dump doesn't correctly dump
scenarios where a custom opclass is created in 'public' and then used
by indexes in other schemas.
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend