Re: How do I list all users and all databases.

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: How do I list all users and all databases.
Дата
Msg-id Pine.LNX.4.21.0204151416290.20382-100000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на How do I list all users and all databases.  (MattStan <mattstan@blueyonder.co.uk>)
Список pgsql-general
On Mon, 8 Apr 2002, MattStan wrote:

> Hi everyone,
>
> During testing of my postgresql install I created several users and
> databases, now I can't remember exactly what I added. Can someone kindly
> tell me how to list all user names and all databases, I can't seem to
> work out how to do this. Thanks for your help.

In psql use \l to get the list of databases and SELECT * FROM pg_user; to get
user information.


--
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants


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

Предыдущее
От: google@vrane.com (google)
Дата:
Сообщение: Triggers not portable across different pg versions
Следующее
От: "Dave Menendez"
Дата:
Сообщение: Query planner quirk?