Re: [GENERAL] c (lowercase) privilege

2006-10-22 Thread Bruce Momjian
Alvaro Herrera wrote: > Javier Carlos wrote: > >Hi, > > > >Does anybody know what's the meaning of the c (lowercase) privilege in > > PostgreSQL 8.2 Beta? > > "connect" And it is listed in the 8.2 documentation. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDBhttp://www.enterp

Re: [GENERAL] c (lowercase) privilege

2006-10-20 Thread Alvaro Herrera
Javier Carlos wrote: >Hi, > >Does anybody know what's the meaning of the c (lowercase) privilege in > PostgreSQL 8.2 Beta? "connect" -- Alvaro Herrerahttp://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. --

Re: [GENERAL] c (lowercase) privilege

2006-10-20 Thread Stephan Szabo
On Fri, 20 Oct 2006, Javier Carlos wrote: >Does anybody know what's the meaning of the c (lowercase) privilege in > PostgreSQL 8.2 Beta? That should be for CONNECT privilege. ---(end of broadcast)--- TIP 6: explain analyze is your friend

[GENERAL] c (lowercase) privilege

2006-10-20 Thread Javier Carlos
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}