Checking Permissions with SQL

From: "Joseph" <lters(at)mrtc(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Checking Permissions with SQL
Date: 2001-02-09 11:17:21
Message-ID: CLEJKCMNOMBPKNIAIODGAEAMCAAA.lters@mrtc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Elphick 2001-02-09 12:47:08 Re: Checking Permissions with SQL
Previous Message Richard Huxton 2001-02-09 10:23:32 Re: hung back end