Re: pg_hba.conf file review - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: pg_hba.conf file review
Date
Msg-id 20021121204546.GA7830@wolff.to
Whole thread Raw
In response to pg_hba.conf file review  ("Dan MacNeil" <dan@ltc.org>)
List pgsql-admin
On Thu, Nov 21, 2002 at 13:16:50 -0500,
  Dan MacNeil <dan@ltc.org> wrote:
>
> Right now we give a user full privledges to the database, named after
> the user by
>
> 1) creating the user with CREATEDB
> 2) Give the user the right to connect to the database dummy
> 3) creating a database as that user
> 4) taking away the users rights to CREATEDB
>
> Is there a less kludgy way?

In 7.3:
CREATEDB DATABASE dbname OWNER username

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Query performanc issue - too many table?
Next
From: "Marc Mitchell"
Date:
Subject: Re: Query performanc issue - too many table?