Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

c (lowercase) privilege


  • From: "Javier Carlos" <nediam(at)nediam(dot)com(dot)mx>
  • To: pgsql-general(at)postgresql(dot)org
  • Subject: c (lowercase) privilege
  • Date: Fri, 20 Oct 2006 17:18:43 -0000 (UTC)
  • Message-id: <34153(dot)148(dot)233(dot)141(dot)129(dot)1161364723(dot)squirrel(at)mail(dot)nediam(dot)com(dot)mx>

   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/




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group