problem with grant all privileges - Mailing list pgsql-general

From Susan Cassidy
Subject problem with grant all privileges
Date
Msg-id CAE3Q8okON4=xcmqNNiwxMBPN1RFy1+47bYts3acX55byB1i6CQ@mail.gmail.com
Whole thread Raw
Responses Re: problem with grant all privileges  (Adrian Klaver <adrian.klaver@gmail.com>)
List 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

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: any examples - sync offline json to server
Next
From: Adrian Klaver
Date:
Subject: Re: problem with grant all privileges