Re: Retrieving User information

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Retrieving User information
Дата
Msg-id Pine.BSO.4.56.0407131140580.27820@leary.csoft.net
обсуждение исходный текст
Ответ на Retrieving User information  (Steven Bell <sfbell@keasdesign.net>)
Список pgsql-jdbc

On Tue, 13 Jul 2004, Steven Bell wrote:

> What is the best method to retrieve user information on a particular
> database?
>

The JDBC DatabaseMetaData API has no provisions for returning a list of
users.  It does have methods for permissions like getTablePrivileges, but
this isn't the same.  You will likely need to issue direct sql statements
against the system catalogs.  See pg_user for example.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC connection issue
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Windows port installer