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!!!

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

Reply via email to