Re: ERROR

Поиск
Список
Период
Сортировка
От Lennin Caro
Тема Re: ERROR
Дата
Msg-id 142281.37223.qm@web59511.mail.ac4.yahoo.com
обсуждение исходный текст
Ответ на ERROR  (Gustavo Rosso <grosso@sadaic.org.ar>)
Список pgsql-general
> From: Gustavo Rosso <grosso@sadaic.org.ar>
> Subject: [GENERAL] ERROR
> To: pgsql-general@postgresql.org
> Date: Monday, November 17, 2008, 3:08 PM
> I create a db wiht user postgres, but other users can't
> no create tables, and I give all privileges.
>
> (banco is my db)
>
> grant all on database banco to public;
> grant create on database banco to public;
>
> This is the error:
> *ERROR:  must be owner of relation (table)*
> Help me!!!
>

alter table  table_name owner to public

the public rol must exist





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

Предыдущее
От: Gustavo Rosso
Дата:
Сообщение: Re: ERROR
Следующее
От: Howard Cole
Дата:
Сообщение: Re: How to reduce impact of a query.