Re: Permissions problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Permissions problem
Дата
Msg-id 223.1013628822@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Permissions problem  (noy <noyda@isoco.com>)
Список 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 по дате отправления:

Предыдущее
От: Neil Padgett
Дата:
Сообщение: Re: Add free-behind capability for large sequential scans
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Postgres 7.2 - Updating rows in cursor problem