pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/bin/pg_dump common.c pg_dump.c pg_dump.h
Date
Msg-id 20020730215604.E72F9475A31@postgresql.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql/src/backend/optimizer/prep/_deadcode pre ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc TODO