Re: [HACKERS] New to PostgreSQL, is this a DoS?

From: dkelson-list-pgsql-hackers(at)inconnect(dot)com
To: Vince Vielhaber <vev(at)michvhf(dot)com>
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] New to PostgreSQL, is this a DoS?
Date: 1998-11-17 18:17:33
Message-ID: Pine.LNX.4.02A.9811171114310.1481-100000@brookie.inconnect.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 17 Nov 1998, Vince Vielhaber wrote:

> On Mon, 16 Nov 1998 dkelson-list-pgsql-hackers(at)inconnect(dot)com wrote:
>
> > I compiled and install 6.4 according to the INSTALL doc.
> >
> > I created a database with "createdb test",
> >
> > running as user "postgres", I connected "psql template1" and ran:
> >
> > CREATE USER billybob WITH PASSWORD hehe CREATEDB CREATEUSER;
>
> Still being half asleep and just guessing (withoug looking it up), does
> the CREATEDB CREATEUSER also imply SELECT privileges? IOW, you may
> wanna try GRANT.

>From what I've read, you can't GRANT on a database, it has be a on an
object within a database.

It seems it is the chicken and the egg problem.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Taral 1998-11-17 18:21:52 CORBAservices (was RE: [HACKERS] PREPARE)
Previous Message Taral 1998-11-17 18:12:23 RE: [HACKERS] SQL vs. OQL