Search Postgresql Archives

Re: ERROR

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> From: Gustavo Rosso <grosso@xxxxxxxxxxxxx>
> Subject:  ERROR
> To: pgsql-general@xxxxxxxxxxxxxx
> 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


      


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux