From: | Partyka Robert <bobson(at)saturn(dot)alpha(dot)pl> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | tables permissions once again |
Date: | 2000-11-03 22:33:43 |
Message-ID: | Pine.LNX.4.21.0011032329440.22116-100000@saturn.alpha.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi
Yeach ... I can revoke from public now ;), but .....
look at this:
#create database a
CREATE
#\c a
#create table ala(a int4);
CREATE
#\z
Access permissions for database "a"
Relation | Access permissions
----------+--------------------
ala |
(1 row)
#revoke all on ala from public;
CHANGE
#\z
Access permissions for database "a"
Relation | Access permissions
----------+-----------------------
ala | {"=","postgres=arwR"}
(1 row)
hmmm.... is everything work ok ?
regards
Robert 'BoBsoN' Partyka
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-11-03 22:47:40 | Transaction ID wraparound: problem and proposed solution |
Previous Message | Vince Vielhaber | 2000-11-03 21:57:35 | Re: me too |