psql -U user -l cive all db list

Поиск
Список
Период
Сортировка
От Margus Roo
Тема psql -U user -l cive all db list
Дата
Msg-id 4289B900.8060204@kodila.ee
обсуждение исходный текст
Ответы Re: psql -U user -l cive all db list  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Hey,
For example, I have 10 postgres db created by postgres superuser postgres.
when I login with postgres and do: psql -l I see all databases its OK.

Now I create new user test_user and create new database with -O
test_user - test_db.
now I do under test_user: psql -U test_user -l and I see again all
databases :( but test_user is only test_db owner.

What I must change that non root user will see only own databases?

Best reg, Margusja

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

Предыдущее
От: "Wen Guangcheng"
Дата:
Сообщение: Re: Problem in creating a table(Thanks)
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: psql -U user -l cive all db list