pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h
Date: 2002-07-30 21:56:04
Message-ID: 20020730215604.E72F9475A31@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)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.