BIG grant problem

From: Terry Mackintosh <terry(at)terrym(dot)com>
To: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: BIG grant problem
Date: 1998-11-15 04:37:33
Message-ID: Pine.LNX.3.95.981114233109.29179C-100000@terry1.acun.com
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.

Have a great night
Terry Mackintosh <terry(at)terrym(dot)com> http://www.terrym.com
sysadmin/owner Please! No MIME encoded or HTML mail, unless needed.

Proudly powered by R H Linux 4.2, Apache 1.3, PHP 3, PostgreSQL 6.3
-------------------------------------------------------------------
Success Is A Choice ... book by Rick Patino, get it, read it!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 1998-11-15 04:49:18 Re: [HACKERS] Communication
Previous Message Taral 1998-11-15 04:30:16 RE: [HACKERS] More PostgreSQL+CORBA