Re: GRANT SELECT

From: ElEucas <carlos(dot)eucario(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: GRANT SELECT
Date: 2012-08-27 17:20:22
Message-ID: 1346088022764-5721400.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

*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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephen Crawford 2012-08-27 17:32:16 Re: GRANT SELECT
Previous Message Stephen Crawford 2012-08-27 17:09:15 GRANT SELECT