Re: [HACKERS] BIG grant problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: terry(at)terrym(dot)com (Terry Mackintosh)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] BIG grant problem
Date: 1998-11-15 05:25:23
Message-ID: 199811150525.AAA07442@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi all
>
> Minor detail, but when I did 'pg_dump -z -f dump.file dbname' and then
> went to restore it, I found that the grant statments are like:
> GRANT ALL on "tablename" to "tablename";
> instead of
> GRANT ALL on "tablename" to "username";
>
> I used vim to edit the dump file, so am ok.
> Just thought you might want to know.
> Oh, ya, that is the release version 6.4, just downloaded this afternoon.

Yikes, confirmed here. We need to know how this got into the tree
without showing up on our tests, are there any more pg_dump bugs we have
not found, and a fix.

This is our first major 6.4 bug, aside from large objects!
Congradulations.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-11-15 05:38:03 Re: [HACKERS] More PostgreSQL+CORBA
Previous Message Bruce Momjian 1998-11-15 05:21:39 Re: [HACKERS] More PostgreSQL+CORBA