problem with grant all privileges

From: Susan Cassidy <susan(dot)cassidy(at)decisionsciencescorp(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: problem with grant all privileges
Date: 2014-01-27 21:45:12
Message-ID: CAE3Q8okON4=xcmqNNiwxMBPN1RFy1+47bYts3acX55byB1i6CQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I tried:

GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO testuser;
and I get:
ERROR: syntax error at or near "ALL"
LINE 1: GRANT ALL PRIVILEGES ON ALL SEQUENCES IN SCHEMA public TO te...

also the same thing for tables, with the same results.

Am I misinterpreting the syntax for this?

Susan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-01-27 21:58:51 Re: problem with grant all privileges
Previous Message Merlin Moncure 2014-01-27 21:16:42 Re: any examples - sync offline json to server