Re: Increase psql's password buffer size

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Increase psql's password buffer size
Дата
Msg-id 20200121151252.GC7084@momjian.us
обсуждение исходный текст
Ответ на Re: Increase psql's password buffer size  (Fujii Masao <masao.fujii@oss.nttdata.com>)
Ответы Re: Increase psql's password buffer size
Re: Increase psql's password buffer size
Список pgsql-hackers
On Tue, Jan 21, 2020 at 02:42:07PM +0900, Fujii Masao wrote:
> I have no strong opinion about the maximum length of password,
> for now. But IMO it's worth committing that 0001 patch as the first step
> for this problem.
> 
> Also IMO the more problematic thing is that psql silently truncates
> the password specified in the prompt into 99B if its length is
> more than 99B. I think that psql should emit a warning in this case
> so that users can notice that.

I think we should be using a macro to define the maximum length, rather
than have 100 used in various places.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +



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

Предыдущее
От: James Coleman
Дата:
Сообщение: Re: [PATCH] Incremental sort (was: PoC: Partial sort)
Следующее
От: David Fetter
Дата:
Сообщение: Re: Increase psql's password buffer size