cartodb-postgresql/test/CDB_UserTablesTest_expect
Paul Ramsey 734561de4c Use 'publicuser' as public role, not 'public', closes #95.
This is consistent with cartodb behaviour, but not exactly
the same as the contract that the 'public' role guarantees
access to public resources. Possibly a better fix would be
to audit (ug) everything and make sure that it's really
using the public role to mean public, rather than the
'publicuser' connection role. That CDB creates.
2015-07-07 05:49:28 -07:00

15 lines
130 B
Plaintext

CREATE ROLE
CREATE TABLE
CREATE TABLE
GRANT
REVOKE
prv
pub
all|prv
all|pub
public|pub
private|prv
DROP TABLE
DROP TABLE
DROP ROLE