============================================================================
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:
- ---------
- --------------------------------------------------------------------------