*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  http://www.postgresql.org/docs/9.1/static/sql-grant.html
PostgreSQL Documentation 




-----
--
ElEucas
México
--
View this message in context: 
http://postgresql.1045698.n5.nabble.com/GRANT-SELECT-tp5721395p5721400.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Reply via email to