Port Bug Report: pg_dump does incorrect save of permissions in 6.4

From: "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov>
To: pgsql-ports(at)postgreSQL(dot)org
Subject: Port Bug Report: pg_dump does incorrect save of permissions in 6.4
Date: 1999-06-24 22:21:43
Message-ID: v04020a0fb3985d9cb9fb@[137.78.84.130]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Henry B. Hotz
Your email address : hotz(at)jpl(dot)nasa(dot)gov

Category : runtime: back-end
Severity : serious

Summary: calling notify in pl/pgsql proc causes core dump

System Configuration
--------------------
Operating System : Solaris 2.5

PostgreSQL version : 6.4

Compiler used : gcc 2.7.2.2

Hardware:
---------
SPARCstation 5

Versions of other tools:
------------------------
N/A

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

Problem Description:
--------------------
pg_dump -z creates grant commands of the form
grant "all" on "hotz" to "hotz";
instead of
grant "all" on "table" to "hotz";

Don't know if this is fixed in newer dot revisions or 6.5.

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

Test Case:
----------
pg_dump -z <database> >db.backup

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

Solution:
---------

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

Signature failed Preliminary Design Review.
Feasibility of a new signature is currently being evaluated.
h(dot)b(dot)hotz(at)jpl(dot)nasa(dot)gov, or hbhotz(at)oxy(dot)edu

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Bruce Momjian 1999-06-24 22:53:43 Re: [PORTS] Win N
Previous Message Unprivileged user 1999-06-24 20:50:11 Port Bug Report: calling notify in pl/pgsql proc causes core dump