Re: Permissions problem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Permissions problem
Date
Msg-id 223.1013628822@sss.pgh.pa.us
Whole thread Raw
In response to Re: Permissions problem  (noy <noyda@isoco.com>)
List pgsql-hackers
noy <noyda@isoco.com> writes:
> Thanks for your help... I had problem with the user's permissions because I
> created the users using the shell scripts:
> createuser -a login -P
> and users created in that way have all the privileges. The man page no makes
> references to this. -a, --adduser  Allows the new user to create other users.

Good point.  It's explained on the man page for the underlying CREATE
USER command, but the page for the createuser script needs to say it
too.  I've committed a fix for 7.2.1.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Neil Padgett
Date:
Subject: Re: Add free-behind capability for large sequential scans
Next
From: Tom Lane
Date:
Subject: Re: [GENERAL] Postgres 7.2 - Updating rows in cursor problem