pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ... - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ...
Date
Msg-id 20020528222657.2E560475AB5@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/05/28 18:26:57

Modified files:
    src/bin/pg_dump: pg_backup_archiver.c pg_dump.c pg_dump.h

Log message:
    Rework pg_dump namespace search criteria so that dumping of user objects
    having names conflicting with system objects will work --- the search
    path is now user-schema, pg_catalog rather than implicitly the other way
    around.  Note this requires being careful to explicitly qualify references
    to system names whenever pg_catalog is not first in the search path.
    Also, add support for dumping ACLs of schemas.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/utils/adt ruleutils.c
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/src/backend/postmaster postmaster.c