| From: | "Javier Carlos" <nediam(at)nediam(dot)com(dot)mx> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | c (lowercase) privilege |
| Date: | 2006-10-20 17:18:43 |
| Message-ID: | 34153.148.233.141.129.1161364723.squirrel@mail.nediam.com.mx |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi,
Does anybody know what's the meaning of the c (lowercase) privilege in
PostgreSQL 8.2 Beta?
bd_test=# SELECT datacl FROM pg_catalog.pg_database WHERE datname='bd_test';
datacl
------------------------------------------------------
{=CTc/user1,user1=CTc/user1}
In 8.1 documentation is not listed:
r -- SELECT ("read")
w -- UPDATE ("write")
a -- INSERT ("append")
d -- DELETE
R -- RULE
x -- REFERENCES
t -- TRIGGER
X -- EXECUTE
U -- USAGE
C -- CREATE
T -- TEMPORARY
arwdRxt -- ALL PRIVILEGES (for tables)
* -- grant option for preceding privilege
Thanks in advance,
Javier
-----------------
nediam.com.mx/en/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jerry Sievers | 2006-10-20 17:24:44 | Re: hardware failure - data recovery |
| Previous Message | John Sidney-Woollett | 2006-10-20 16:42:41 | Re: Upgrade 7.4 to 8.1 or 8.2? |