Re: [SQL] Very big problem

From: "Tim Barnard" <tbarnard(at)povn(dot)com>
To: Víctor <tenflow(at)hotmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: [SQL] Very big problem
Date: 2001-05-28 19:13:48
Message-ID: 011d01c0e7aa$53535280$a519af3f@hartcomm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-sql

select relname,relacl from pg_class where relname='insert tablename here'

relacl describes the rights for the given table.

Tim

----- Original Message -----
From: "Víctor" <tenflow(at)hotmail(dot)com>
To:
<pgsql-admin(at)postgresql(dot)org(dot)pgsql-general@postgresql(dot)org(dot)pgsql-sql(at)postgresq
l.org>
Sent: Friday, May 25, 2001 1:49 AM
Subject: [SQL] Very big problem

> Hi. I need to know where postgresql keeps the list of rights, etc for each
> user in a database. I don't need the file or directory. I only need the
name
> of the table/relation.
>
> Lots of thanks
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Trurl McByte 2001-05-28 20:08:54 Re: TCLu and mail
Previous Message Tom Lane 2001-05-28 18:39:50 Re: Large object and migration

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-05-28 19:22:52 Re: "pg_ctl restart" in 7.1.2
Previous Message David A. Cobb 2001-05-28 18:47:32 PostgreSQL on Cygwin on Win98

Browse pgsql-sql by date

  From Date Subject
Next Message Najm Hashmi 2001-05-28 20:28:29 ERROR: parser: parse error at or near "$1"
Previous Message Tom Lane 2001-05-28 18:12:19 Re: order after WHERE clause