Why doesn't pgsql ask me a password ???

Поиск
Список
Период
Сортировка
От Çağıl Şeker
Тема Why doesn't pgsql ask me a password ???
Дата
Msg-id 94327A2FE8C87C4C89A82DBE9E7B2B3F086822@beetle.biznet.com.tr
обсуждение исходный текст
Список pgsql-general
Administrator@CAGILS ~ $ whoami
Administrator
Administrator@CAGILS ~ $ psql -U postgres EDYS
Welcome to psql, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
       \h for help with SQL commands
       \? for help on internal slash commands
       \g or terminate with semicolon to execute query
       \q to quit

EDYS=# select * from pg_user ;
 usename  | usesysid | usecreatedb | usetrace | usesuper | usecatupd |  passwd  | valuntil
----------+----------+-------------+----------+----------+-----------+----------+----------
 postgres |        1 | t           | t        | t        | t         | ******** | infinity
(1 row)

EDYS=#


As it can be seen, it does not ask me for a password. How can I make pgsql (or precisely the postmaster) ask for a
password???Tnx in advance.. 


Çağıl ŞEKER
-----------------
"Yes, I am a criminal. My crime is that of outsmarting you. Something that you'll never forgive me for!" - The
Mentor'86(Hacker's Manifesto) 
-----------------

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

Предыдущее
От: "Henrik Steffen"
Дата:
Сообщение: dropping and recreating indexes vs. reindexing
Следующее
От: Çağıl Şeker
Дата:
Сообщение: Re: Why doesn't pgsql ask me a password ???