Re: grant select on ALL(?) to dbuser;

From: Antti Linno <alligator(at)all(dot)ee>
To: Marcin Mazurek <M(dot)Mazurek(at)poznan(dot)multinet(dot)pl>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: grant select on ALL(?) to dbuser;
Date: 2000-10-03 12:01:30
Message-ID: Pine.LNX.4.04.10010031456260.22827-100000@all.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/
>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Ansley 2000-10-03 13:14:39 Object features of pg
Previous Message Marcin Mazurek 2000-10-03 12:01:00 Re: grant select on ALL(?) to dbuser;