CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/07/30 17:56:04
Modified files:
src/bin/pg_dump: common.c pg_dump.c pg_dump.h
Log message:
Teach pg_dump to dump user-defined operator classes. For the moment,
this only works against 7.3 or later databases; the pushups required
to do it without regprocedure/regtype/etc seem more trouble than they're
worth, considering that existing users aren't expecting pg_dump support
for this.