Обсуждение: Where are all the users?

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

Where are all the users?

От
Kay-Uwe Genz
Дата:
Hi @ all,

I want to reference the User-ID PG use as an FOREIGN KEY in a tabel of
my DB. But I saw that pg_user is a view. Where are the information I
need?

Thank for your help

Kay-Uwe Genz


Re: Where are all the users?

От
jseymour@linxnet.com (Jim Seymour)
Дата:
Kay-Uwe Genz <kug1977@web.de> wrote:
>
> Hi @ all,
>
> I want to reference the User-ID PG use as an FOREIGN KEY in a tabel of
> my DB. But I saw that pg_user is a view. Where are the information I
> need?

Maybe you could \d the view and find out?  *But* you have to have
the proper permissions to actually see/reference the data.

Jim