About system tables

From: "booli2" <booli2(at)go2(dot)pl>
To: "Postgresql-general" <pgsql-general(at)postgresql(dot)org>
Subject: About system tables
Date: 2001-09-01 20:37:11
Message-ID: 000301c13326$7a1d5100$5c314cd5@ppp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have two questions related to system tables in PostgreSQL:

1. Is there any method to get names of defined functions (and their
properties) from system tables using SQL statements ?

2. How to receive (using SQL statement on system tables of course) list of
users who have SELECT/INSERT/UPDATE/DELETE/RULE rights on certain database
object (let's assume on a table named X)

Thank you
Mike

Browse pgsql-general by date

  From Date Subject
Next Message Peter Pilsl 2001-09-01 22:19:47 query on large tables
Previous Message Thomas Lockhart 2001-09-01 14:35:15 Re: PL/java?