Обсуждение: Very big problem

Поиск
Список
Период
Сортировка

Very big problem

От
"Víctor"
Дата:
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



Re: [SQL] Very big problem

От
"Tim Barnard"
Дата:
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@hotmail.com>
To:
<pgsql-admin@postgresql.org.pgsql-general@postgresql.org.pgsql-sql@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@postgresql.org so that your
> message can get through to the mailing list cleanly
>