pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ...

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ...
Date: 2002-05-28 22:26:57
Message-ID: 20020528222657.2E560475AB5@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-05-28 23:56:51 pgsql/src/backend/postmaster postmaster.c
Previous Message Tom Lane 2002-05-28 22:16:15 pgsql/src/backend/utils/adt ruleutils.c