Re: psql small improvement patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: psql small improvement patch
Дата
Msg-id 20191221200806.GI11527@momjian.us
обсуждение исходный текст
Ответ на Re: psql small improvement patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: psql small improvement patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Dec  7, 2019 at 12:58:12PM -0500, Tom Lane wrote:
> "Shinoda, Noriyoshi (PN Japan A&PS Delivery)" <noriyoshi.shinoda@hpe.com> writes:
> > I propose a small improvement to the psql command.
> > Currently, psql's help/quit/exit command needs to start from the first position of the prompt.
> > The attached patch allows the command to be executed ignoring leading white spaces.
> 
> Please read the (very long) thread in which this behavior was designed:
> 
> https://www.postgresql.org/message-id/flat/CACYgWUnvCSeiFXyw9%2BVqHVAd%2BfUxYhsrGxacRGJao63gznV9UQ%40mail.gmail.com
> 
> Allowing whitespace before the special command was part of the design
> early on, eg my proposal at
> 
> https://www.postgresql.org/message-id/30157.1513058300%40sss.pgh.pa.us
> 
> but we eventually decided not to, see further down at
> 
> https://www.postgresql.org/message-id/20180125204630.GA27619%40momjian.us
> 
> If you want to reverse that decision you need to present cogent arguments
> why, not just send in a patch.

Do we need a C comment to document why no whitespace is allowed
before it?

-- 
  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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Bogus logic in RelationBuildPartitionDesc
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: Misleading comment in pg_upgrade.c