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

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

On Tue, 17 Nov 1998 dkelson-list-pgsql-hackers(at)inconnect(dot)com wrote:

> 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.

GRANT ALL TO billybob

That's a GRANT for command permissions which is different from the GRANT
for object permissions that you're thinking of. Sybase supports the
above command I gave, I don't know if PostgreSQL does.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com flame-mail: /dev/null
# include <std/disclaimers.h> TEAM-OS2
Online Searchable Campground Listings http://www.camping-usa.com
"There is no outfit less entitled to lecture me about bloat
than the federal government" -- Tony Snow
==========================================================================

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Kogge 1998-11-17 18:54:58 building 6.4 on sunos 4.1.4
Previous Message Peter T Mount 1998-11-17 18:40:01 Re: [HACKERS] PREPARE