[Support] Verständnisfrage zu PostgreSQL Rechtevergabe

Paul Hink email at p-hink.de
Sat Apr 7 21:30:56 CEST 2007


Christian Glass <mail at christianglass.de> wrote:

> xyz00_datenbank=> GRANT ALL PRIVILEGES ON xyz00_datenbank TO xyz00_user;
> ERROR:  relation "xyz00_datenbank" does not exist

Da fehlt einfach ein "DATABASE " im SQL-Statement:

GRANT ALL PRIVILEGES ON DATABASE xyz00_datenbank TO xyz00_user;

vgl. http://www.postgresql.org/docs/7.4/interactive/sql-grant.html

Paul


More information about the Support mailing list