BUG!!! or not?

Поиск
Список
Период
Сортировка
От halturin
Тема BUG!!! or not?
Дата
Msg-id 537234294.20010812161839@udmnet.ru
обсуждение исходный текст
Ответы Re: BUG!!! or not?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hello pgsql-bugs,
  my name is Taras (from Russia). sorry for my bad English.

  i have set the password access to connecting to the database.
  hash passwords stored in the '/usr/local/pgsql/data/pg_shadow' file.
  for example, username is 'lanta' and password is 'asdfghjk'
  When i'm connecting i need to enter only password (because user
  name = user login name, i'm right? ), so...

servak:/usr/local/pgsql/bin# ./psql -h 192.168.1.1 homebase
Password:  <-- entering password 'asdfghjk'
                                  ^^^^^^^^
                                  8 - chars


connect is OK...

"where the BUG?"

servak:/usr/local/pgsql/bin# ./psql -h 192.168.1.1 homebase
Password:  <-- entering password 'asdfghjkpmqwoeim10234'
                                          ^^^^^^^^^^^^^
                                          i have added to the password
                                          any char's and ...
connect is OK...

as far as i understand, you have reserved only 8 chars for the password
or i have found BUG?

--
Best regards,
 halturin                          mailto:halturin@udmnet.ru

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

Предыдущее
От: Szinyei Gerzson
Дата:
Сообщение: Postgresql bug in "except all"
Следующее
От: Szinyei Gerzson
Дата:
Сообщение: Except all bug in PostgreSQL 7.1*