Urgent - Grant

Поиск
Список
Период
Сортировка
От Gustavo Rosso
Тема Urgent - Grant
Дата
Msg-id 4922D04C.5070209@sadaic.org.ar
обсуждение исходный текст
Ответы Re: Urgent - Grant  ("A. Kretschmer" <andreas.kretschmer@schollglas.com>)
Список pgsql-general
People of world, help help please.
I created a DB with super-user postgres, I give all privileges to DB
(banco is my DB)
GRANT ALL ON DATABASE banco TO PUBLIC;
GRANT CREATE ON DATABASE banco TO PUBLIC

But other users can't create tables in this DB
ERROR:
banco=> create table tabla (x   integer);
NOTICE:  CREATE TABLE / UNIQUE will create implicit index
"tabla_oid_idx" for table "tabla"
*ERROR:  must be owner of relation tabla*
banco=>

But they can use select,update,delete
What happen? What must to do?

Thanks, thanks...

В списке pgsql-general по дате отправления:

Предыдущее
От: Christiaan Willemsen
Дата:
Сообщение: Re: FreeBSD 7 needing to allocate lots of shared memory
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: strange commit behavior