Port Bug Report: uncorrect pg_dump working with ACLs - Mailing list pgsql-ports

From Unprivileged user
Subject Port Bug Report: uncorrect pg_dump working with ACLs
Date
Msg-id f584a8a5f69015410c8cf33f55c4f420
Whole thread Raw
List pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Victor Krasinsky
Your email address    : victor@rdovira.lviv.ua

Category        : runtime: front-end
Severity        : serious

Summary: uncorrect pg_dump working with ACLs

System Configuration
- --------------------
  Operating System   : FreeBSD 2.2.5

  PostgreSQL version : 6.4

  Compiler used      : gcc 2.7.2.1

Hardware:
- ---------
486DX4-100, 16M RAM

Versions of other tools:
- ------------------------
gmake

- --------------------------------------------------------------------------

Problem Description:
- --------------------
When I try dump existant base i recieve something like
- -----
GRANT ALL on "banners" to "banners";
- -----
where second "banners" must be username, for example root.
By the way, quoters are redundant.

- --------------------------------------------------------------------------

Test Case:
- ----------
Try dump something using
pg_dump -z db_name

- --------------------------------------------------------------------------

Solution:
- ---------


- --------------------------------------------------------------------------

pgsql-ports by date:

Previous
From: David Mansfield
Date:
Subject: works
Next
From: Unprivileged user
Date:
Subject: Port Bug Report: Is there such thing as JDBC 2.0 complient JDBC driver?