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:18:42 +0000 (16:18 +0100)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 30 Nov 2010 15:18:42 +0000 (16:18 +0100)
commit7ffe00c6673ad6b246665935a287f0ff7f8d6fad
tree749f0f14ba44dacf756b97eaa2d5f9ad1d8ea295
parentbea0ebb54cab784804fd5c4947f807efbdce8255
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