GRANT { { SELECT | INSERT | UPDATE | DELETE | TRUNCATE | REFERENCES | TRIGGER }
[, ...] | ALL [ PRIVILEGES ] }
ON { [ TABLE ] table_name [, ...]
|
ALL TABLES IN SCHEMA schema_name [, ...] }
TO { [ GROUP ] role_name | PUBLIC } [, ...] [ WITH GRANT OPTION ]
See more on
PostgreSQL Documentation
--
ElEucas
México
View this message in context:
Re: GRANT SELECT
Sent from the
PostgreSQL - general mailing list archive at Nabble.com.