Checking Permissions with SQL - Mailing list pgsql-general

From Joseph
Subject Checking Permissions with SQL
Date
Msg-id CLEJKCMNOMBPKNIAIODGAEAMCAAA.lters@mrtc.com
Whole thread Raw
Responses Re: Checking Permissions with SQL  ("Oliver Elphick" <olly@lfix.co.uk>)
Re: Checking Permissions with SQL  (Christopher Sawtell <csawtell@xtra.co.nz>)
List pgsql-general
How would I be able to check whether I have select,update,insert,etc
permissions on a given table with an sql statement?

I am working on a generic php interface that lists all or some tables and
lets you edit them.

I want to get away from the permisssion denied error that php gives me.

Joseph Showalter


pgsql-general by date:

Previous
From: Ben Leslie
Date:
Subject: Re: Database and table name case sensitivity
Next
From: "Oliver Elphick"
Date:
Subject: Re: Checking Permissions with SQL