Fix a bug where non-super user roles cannot check ownership on objects
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 30 Nov 2010 15:10:04 +0000 (16:10 +0100)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 30 Nov 2010 15:10:04 +0000 (16:10 +0100)
commitaf9a6594f3cdec3cb0f51a66a836dc5ff857c368
treecffc149059231ebe68c42e5bd75457f668d7e33e
parent37b919dca705005a5d2881a9a7c42af03ffe6b6d
Fix a bug where non-super user roles cannot check ownership on objects

We were joining on pg_authid which is not accessible to non super-user roles
classes/database/Postgres.php