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

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

Re: Where are all the users?

От
Kay-Uwe.Genz
Дата:
Am 01.08.2004 um 10:44 schrieb 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?

От
"gnari"
Дата:
From: "Kay-Uwe.Genz" <kay-uwe.genz@web.de>
>
> Am 01.08.2004 um 10:44 schrieb 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?

template1=# \d pg_user

gnari