CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/10/02 19:25:08
Modified files:
src/backend/utils/adt: Tag: REL7_3_STABLE 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.
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2003-10-02 23:19:44 |
| Subject: pgsql-server/src/backend/commands vacuum.c |
| Previous: | From: Tom Lane | Date: 2003-10-02 22:24:55 |
| Subject: pgsql-server/src/backend/utils/adt ruleutils.c |