以下陈述有什么问题?
GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA public TO foo;
Run Code Online (Sandbox Code Playgroud)
我收到这个错误
ERROR: syntax error at or near "ALL"
LINE 2: ON ALL TABLES IN SCHEMA public TO foo;
Run Code Online (Sandbox Code Playgroud)
我在 Ubuntu 上使用 postgreSQL 8.3。
postgresql ×1