Re: grant select on ALL(?) to dbuser; - Mailing list pgsql-sql

From Antti Linno
Subject Re: grant select on ALL(?) to dbuser;
Date
Msg-id Pine.LNX.4.04.10010031456260.22827-100000@all.ee
Whole thread Raw
In response to grant select on ALL(?) to dbuser;  (Marcin Mazurek <M.Mazurek@poznan.multinet.pl>)
Responses Re: grant select on ALL(?) to dbuser;
List pgsql-sql
Hm, I usually use
pg_dump -f smthng.out dbname -u
after that program asks for username and password,
there were some possibilities within postgres too, but you can find them
yourself. And why not to dump all data as superuser, that way u have no
problems with privileges at all.
Antti

On Tue, 3 Oct 2000, Marcin Mazurek wrote:

> Hi,
> is something like this possible?
> I have to grant select priviliges to dump database, and I was wondering if
> there is easer way to do it then name one, by one every table.
> 
> maz
> 
> Marcin Mazurek
> 
> --  
> Kierownik Dzia³u Systemowego
> MULTINET SA o/Poznan
> http://www.multinet.pl/
> 



pgsql-sql by date:

Previous
From: "Emils Klotins"
Date:
Subject: Re: Q: spinlock on Alpha? (PG7.0.2) - solved
Next
From: Marcin Mazurek
Date:
Subject: Re: grant select on ALL(?) to dbuser;